Get ready for BLACK FRIDAY shopping starting in

Forums

ASP

This topic is locked

OnChange Submit to Parent Window

Posted 11 Sep 2004 01:20:48
1
has voted
11 Sep 2004 01:20:48 Ken Dobson posted:
Does anyone know how to post from a popup window to a parent window using an OnChange event? Here's my situation.

On Page1.asp I have a hyperlink that opens up Page2.asp in a small popup window.

Page2.asp has a list menu in a form that's based on a recordset. The action on the form in Page2.asp is Post to Page3.asp. I'd like to have an OnChange event on the list menu to post/submit to the parent window and go directly to Page3.asp (record update page) with the criteria that was selected on Page2.asp. Page3.asp obviously will either have a request.form or request.query string. Either one will work.

Sounds simple enough to do but for the life of me I haven't been successful, nor found it on the net. Ordinarily, I can do this in my sleep, but I've never tried to do this from a popup window and submit it back to a parent window.

Thanks for any solutions. Have a great weekend!

Reply to this topic