in my jsp, there is something like:
<html:text property="plateDetail.name"
value="${plateDetailEditForm.plateDetail.name}" />
How can I get this element in javascript? the
following code does not work:
var name =
document.getElementByName("plateDetail.name").value;
I think it is because there is a '.' in the name.
Any idea?
Thanks,
qq
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]