bad_boy 0 Report post Posted July 19, 2008 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
jlhaslip 4 Report post Posted July 19, 2008 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
bad_boy 0 Report post Posted July 21, 2008 yep,I find this on http://www.jezgra.org/ Share this post Link to post Share on other sites
bsdpowa 0 Report post Posted July 21, 2008 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