How to refer controls in a form in code?

We refer to controls in a form by specifying the entire url of the document document.formname.control. That is, the document object contains all other objects including the form you want to use and the form contains the control you want to reach, so to refer to a ctrl form code by suppling its full name:document.formname.control.

No comments:

Post a Comment