Hi All
I just noticed that I don’t really know how to deal with the names which
are needed by Rais, for example, with textfield, like
<%= text_field(“address”, “street”, “size” => 10, “name”
=>“address[street]”) %>
I need to set the focus to this textfield, but Javascript doesn’t seem
to be happy at all with the following call:
document.regform.address[street].focus()
Any suggestions how to do this ?
Thanks a lot
LuCa