Hi,
Can anyone tell me how i can pass the value of a page element from an asp to an inline frame?
say i have this on Page1.asp
<input type=text id=text1 name=text1 value="Hi">
..can i simply do something like th following on Page2.asp?
x = request.Form("text1"
strSQL = select * from tbl1 where id = x
any help is much appreciated thanks!
Can anyone tell me how i can pass the value of a page element from an asp to an inline frame?
say i have this on Page1.asp
<input type=text id=text1 name=text1 value="Hi">
..can i simply do something like th following on Page2.asp?
x = request.Form("text1"
strSQL = select * from tbl1 where id = x
any help is much appreciated thanks!