IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Javascript is a very dynamic language
It won't care what you pass for arguments. Only if you went to use 'myform' and it was null would you have a problem.

As to something not working in IE: post the code if you want help. :-)
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New Re: Javascript is a very dynamic language
any form any textbox .focus()

hasn't worked since IE 4

A
Play I Some Music w/ Papa Andy
Saturday 8 PM - 11 PM ET
All Night Rewind 11 PM - 5 PM
Reggae, African and Caribbean Music
[link|http://wxxe.org|Tune In]
New Works for moi
\n<html>\n<head>\n<title>Focus at the same time</title>\n</head>\n<body>\n<form id='MyForm'>\n<input type='text' id='Mine0' size='80' maxlength='255' value='' /><br />\n<input type='text' id='Mine1' size='80' maxlength='255' value='' />\n</form>\n</body>\n<script>\n   var MyForm = (document.all) ? document.all("MyForm") : document.getElementById("MyForm");\n   MyForm.Mine1.focus();\n</script>\n</html>\n
     JavaScript? - (andread) - (3)
         Javascript is a very dynamic language - (admin) - (2)
             Re: Javascript is a very dynamic language - (andread) - (1)
                 Works for moi - (ChrisR)

I like it warm and pink, with the whip-marks still on it.
167 ms