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>




Reply With Quote



