Changing Hidden Values

admin

Administrator
Staff member
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?
 
Back
Top