Hello,
I have a function on asp page 1 that is run everytime asp page 2 (with multiple tabs) is loaded. I am adding a loop that loops through a database to determine which input fields should be locked. What is the proper syntax for refering to the inputs on asp page 2 from asp page 1?
forms.asppage1.inputboxname.disabled=true?
something like that?
I have a function on asp page 1 that is run everytime asp page 2 (with multiple tabs) is loaded. I am adding a loop that loops through a database to determine which input fields should be locked. What is the proper syntax for refering to the inputs on asp page 2 from asp page 1?
forms.asppage1.inputboxname.disabled=true?
something like that?