Hi,
Can anyone tell me how i can pass the value of a page element from an asp page to an inline frame?
say i have this on Page1.asp
<input type=text id=text1 name=text1 value="Hi">
..how can i retrieve the value of the "text1" tag
on Page2.asp considering Page2.asp is an inline frame and i am not submitting to it?
any help is much appreciated thanks!
Can anyone tell me how i can pass the value of a page element from an asp page to an inline frame?
say i have this on Page1.asp
<input type=text id=text1 name=text1 value="Hi">
..how can i retrieve the value of the "text1" tag
on Page2.asp considering Page2.asp is an inline frame and i am not submitting to it?
any help is much appreciated thanks!