hi all!
i have a question...
i have this:
<input type=text name="customer[url]">
//and i have another elements from array customer
from java script how i can acces varaible customer[url]?
document.forms[0].customer[url].value=""; //doesn't work
Thanks