Hi,

I have a button on the parent page that when I click it, a popup window appears. In the popup window the user enters a value in a text box and clicks a button to return to the parent page. The entered value in the popup window is sent to a text box in the parent window....

my problem is that the code in the parent page continues running while the popup window is open...how can i stop the code from running on the parent page till the user returns from the popup window? Ive been searching for some solution and cant seem to get something to work as I want...

any ideas on how this can be done? any help is appreciated!

Thanks in advance!

hi,

instead of using pop up, why dont you open the child window completely .Then the user has to complete work in child and return to parent window.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.