Jump to content
xisto Community
bad_boy

Scroll Message On Top Of Your Browser..

Recommended Posts

Hello everyone,Some day I saw when I open one site to be at the top browser runs message.Can let someone help you about this, perhaps need some code would add.I need that I have on my future site.When again find one site that you notification look ... Thanks in advance, I ask for help... :) (sorry for bad english)

Share this post


Link to post
Share on other sites

I do not understand your request.If you have a link to the page, please post it here. thanks.

Share this post


Link to post
Share on other sites

You mean a Javascript text scroller? There are scripts all over the internet, just Google for them. Here's what I've got after 5s of work (including going to Google and typing "free javascript scroller" and clicking on the website and copying the code). But if you're looking for what that website runs, just go to http://www.jezgra.org/ and click on EDIT -> VIEW SOURCE and copy the Javascript code.

<!-- TWO STEPS TO INSTALL SCROLLING TITLE BAR:  1.  Copy the coding into the HEAD of your HTML document  2.  Add the onLoad event handler into the BODY tag  --><!-- STEP ONE: Paste this code into the HEAD of your HTML document  --><HEAD><script LANGUAGE="JavaScript"><!-- This script and many more are available free online at --><!-- The JavaScript Source!! http://javascript.internet.com --><!-- Asif Nasir (Asifnasir@yahoo.com) --><!-- Beginvar scrl = " Put your own message here! This is great! ";function scrlsts() { scrl = scrl.substring(1, scrl.length) + scrl.substring(0, 1); document.title = scrl; setTimeout("scrlsts()", 300); }//  End --></script><!-- STEP TWO: Insert the onLoad event handler into your BODY tag  --><BODY onLoad="scrlsts()"><p><center><font face="arial, helvetica" size"-2">Free JavaScripts provided<br>by <a href="http://javascriptsource.com">The JavaScript Source</a></font></center><p><!-- Script Size:  0.88 KB -->

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.