Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Useing JS to open popup, make a submit and then close...

Status
Not open for further replies.

WildWest

Programmer
Apr 2, 2002
111
US
Does any expert here know how to do the following???

1. Open a popup window showing a form with text boxes and a submit button (I CAN DO THIS - NO PROBLEM HERE)

2. Submit the data from the popup to an action page (I CAN DO THIS - NO PROBLEM HERE EITHER)

3. NEED HELP HERE - After clicking submit to my action page (either a .cfm or .asp scripting page to add to my db), How do I have the popup automatically close and refresh the caller (parent) page that originally opened the popup???? Any examples out there???

Thanks in advance for your help.
 
One more thing. I'm very new to JavaScript.

If I end up using "opener.reload" how do I initially need to open the popup then...? Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top