![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveinput focus
From: <linuxnooby@yahoo.com.au>
Date: Tue Feb 28 2006 - 23:26:32 CET
This is a simple question but it is doing my head in
all i want is a form text field to be focused when the page loads.
<body >
I tried variations like
onLoad="this.forms["test"].elements["name"].focus()"
these all work in IE but not Firefox!!! I need to have the onload event
help!!!!!!!!!!!!!!!!!!!!!!!!!!
|