Geat
02-11-2003, 03:40 AM
I'm using this piece of code to change the value of a hidden value in a form:
document.form_name.input_name.value = value
Which doesn't work in Netscape 4.x - does anyone know how to make it work in said browser?
document.form_name.input_name.value = value
Which doesn't work in Netscape 4.x - does anyone know how to make it work in said browser?