As a rule I have always avoided frames at all costs, thus my complete lack of knowledge on the subject:
I have page with two frames, one called "top" & one called "bottom".
"Top" has a textbox with a value in it. I would like to display the value of the textbox in "bottom"
I just need the VBscript for this, so it works like this:
x = (textbox in "top"'s value)
response.write x
Thanks in advance
- Villan.
I have page with two frames, one called "top" & one called "bottom".
"Top" has a textbox with a value in it. I would like to display the value of the textbox in "bottom"
I just need the VBscript for this, so it works like this:
x = (textbox in "top"'s value)
response.write x
Thanks in advance
- Villan.