Hi Guys,

Maybe this is a stupid question, but I am confused at the moment.

The $F() function is a handy shortcut to get the value of the an input field.

So, doing something like $F('name') is equivalent to 
document.formname.name.value which is pretty cool.

Now, what if I have 2 forms on the page, that same field name "name"?
What would $F return? It does not take the form name - right?

Thanks,
Mandy.
_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to