<html> <head> <script language="javaScript"> <!-- Beginning of JavaScript - var message = "" function showresult() { if(document.all) { message=document.forms[0].elements[0].value firstfont.innerHTML=message secondfont.innerHTML=message } var timer=setTimeout("showresult()",300) } // - End of JavaScript - --> </script> <script language="javaScript"> <!-- Beginning of JavaScript - var message = "" function showresult() { if(document.all) { message=document.forms[0].elements[0].value firstfont.innerHTML=message secondfont.innerHTML=message } var timer=setTimeout("showresult()",300) } // - End of JavaScript - --> <!-- Produced by Javascript Genius --> <!-- ALikeT Software: http://www.ALikeT.com --> </script> </head> <body onLoad="showresult()"> <form name="formname"> <div align="center"><center><table cellpadding="2" border="2" width="326"> <tr> <td bgcolor="#804040"><font color="FFFFFF">Write something to see the effect??<br> <input name="inputname" type="text" size="30"><input type="submit" name="Submit" value="Continue"></font></td> </tr> </table> </center></div> </form> <div id="secondfont" style="position:absolute;visibility:visible;top:150px;left:100px;font-size:25pt;color:FFCCCC;filter:glow(color:FFFFCC,strength:2) blur() flipV()"></div><div id="firstfont" style="position:absolute;visibility:visible;top:100px;left:100px;font-size:25pt;color:FF0000; filter:glow(color:FFFF00,strength:3) blur()"></div> </body> </html>
Write something to see the effect??