View Single Post
Old Jan 8th, 2006, 12:29 PM   #6
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
Just for future reference, in case anyobdy searches for this later... the basic ways to access a form are:

document.forms["form_name"]["input_name"]
document.forms[form_index][input_index]
document.forms.form_name.Input_name

You can also do some weird hacks, but that covers the rudiments.
__________________

tempest is offline   Reply With Quote