learnscripts
02-28-2002, 08:12 AM
hello, i've a page that use iframe ... how do i pass the value from the iframe to the main page? here're my codes:
mainpage.asp has these 2 lines
1....<iframe name="framepage" src="value.asp"></iframe>
2....<input name="" type="text" value="i need to have a value here from value.asp">
value.asp:
....<input type="text" value="5" name="passthis">
How do i get this value (5) to display in my mainpage.asp input box (line 2)?
thanks alot!
mainpage.asp has these 2 lines
1....<iframe name="framepage" src="value.asp"></iframe>
2....<input name="" type="text" value="i need to have a value here from value.asp">
value.asp:
....<input type="text" value="5" name="passthis">
How do i get this value (5) to display in my mainpage.asp input box (line 2)?
thanks alot!