Variables hold a wide variety of information temporarily. The JavaScript data types that can be stored in a variable include: JavaScript variables can hold a few other kinds of data, but these are by ...
I have a form in Page1.asp. Page1.asp has a bunch of input textboxes and <B>select</B> combo boxes, etc. Also on that page is an IFrame that opens Page2.asp. Page2.asp has a <B>select</B> combo box. I ...