![]() |
| |||||||
| Your Website Questions and (hopefully) answers about setting up your own business or gallery website |
| | Thread Tools |
|
#1
| ||||
| ||||
| help me in javascript <script language="JavaScript1.2"> var it=0 function initialize() { var mytext=typing.innerText var myheight=typing.offsetHeight typing.innerText='' document.all.typing.style.height=myheight document.all.typing.style.visibility="visible" typeit() } function typeit() { typing.insertAdjacentText("beforeEnd",mytext.charAt(it)) if (it<mytext.length-1) { it++ setTimeout("typeit()",100) } else return } if (document.all) document.body.onload=initialize </script> <small><span id="typing" style="visibility:hidden" align="left">welcome!!</span></small> |
|
#2
| ||||
| ||||
| All I get is Welcome writen on the screen This might be so welcome individuals after loging on.... Can you give us any more info - like where you found it? Clare |
|
#3
| ||||
| ||||
| well actually this is a text that appears as being typed on the screen and is placed in the <body> tag but then i dont know some of the functions like innerHTML in there. thats all thanks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| best javascript 4 photoshop - editor? | babedieboe | Photoshop Scripting | 6 | 10-19-2008 12:03 PM |
| Fun harmless javascript trick | Doug Nelson | Salon | 9 | 10-24-2006 05:37 PM |
| PS Javascript Library | Doug Nelson | Photoshop Scripting | 2 | 06-26-2004 10:20 AM |
| resizing for a table | clare | Your Website | 16 | 02-24-2003 03:15 PM |
| Javascript program | garfield | Software | 4 | 12-02-2002 09:40 AM |