Click to See Complete Forum and Search --> : update parent page


sunil
04-18-2003, 01:51 PM
I have a page that pops up another smaller window once the user clicks a link. This new window asks for an input. Once the user enters the input and selects ok on this new window, I want the original page to know what that user input was from the sub "popped" window.

Is there any way to do this using javascript?

thanks,
sunil.

khalidali63
04-18-2003, 01:59 PM
check this link out

http://68.145.35.86/skills/javascripts/ParentWinInteractionWithChildWin.html

:D

neenach2002
04-18-2003, 05:25 PM
How would i be able to get a user to "Login" using info.???

sunil
04-23-2003, 11:37 AM
Thank you for your reply. It worked.