PDA

View Full Version : Scrlling Text



JoeComins
06-08-2005, 01:04 PM
Red: Editable
Blue: Non Editable

Scrolling text


<SCRIPT LANGUAGE="JavaScript">
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer") text = ("<i><font size=3 color=maroon>"+mesg+"</font></i>") if (isNS)
{ document.write("<blink>" + text + "</blink>")}
else if (isIE) { document.write("<MARQUEE BEHAVIOR=ALTERNATE DIRECTION=RIGHT>"
+ text + "</MARQUEE>")} // End --> </SCRIPT> </p>

:Blob
06-08-2005, 02:29 PM
Red: Editable
Blue: Non Editable

Scrolling text

[b]

Should it be:


<p><SCRIPT LANGUAGE="JavaScript">
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer") text = ("<i><font size=3 color=maroon>"+mesg+"</font></i>") if (isNS)
{ document.write("<blink>" + text + "</blink>")}
else if (isIE) { document.write("<MARQUEE BEHAVIOR=ALTERNATE DIRECTION=RIGHT>"
+ text + "</MARQUEE>")} // End --> </SCRIPT> </p>


other wise it will show </p> after script

splintercell!
06-08-2005, 02:37 PM
thats pointless javascript.

мϊкэ
06-08-2005, 03:00 PM
<marquee></marquee> is perfectly fine

JoeComins
06-08-2005, 03:05 PM
thnkz. can you comment on my iframe one mike?

Anderman
06-08-2005, 03:49 PM
Base it man
Your tuts are pointless

splintercell!
06-08-2005, 03:55 PM
Yer BASE IT ^^ you could just use html to do that..

Anderman
06-08-2005, 04:07 PM
I take it Ross has shown you the chav videos then?
:rolleyes:

Want to hide these adverts? Register an account for free!