questhaven
Programmer
Help! I am ripping my hair out with this one!
Here's the situation:
I have a full ASP page with a link that launches a pop-up containing a drop down list of items. Upon selecting an item I am posting back to the same pop-up in order to process the selection and customize the results using SQL. Then I am *TRYING* (not very successfully) to post this newly constructed message to a text box on the initial full page. When I do try this I get the message about window.opener.document. being a null object, I understand why this is happening - I am just trying to figure out a way around it. Does anyone know of a way I can save the original window.opener.document value and use that to return to the first ASP page with the new value once the processing has been done?
Any suggestions, ideas or anything else would be SOOOOOOOOOOO greatly appreciated!!!
Here's the situation:
I have a full ASP page with a link that launches a pop-up containing a drop down list of items. Upon selecting an item I am posting back to the same pop-up in order to process the selection and customize the results using SQL. Then I am *TRYING* (not very successfully) to post this newly constructed message to a text box on the initial full page. When I do try this I get the message about window.opener.document. being a null object, I understand why this is happening - I am just trying to figure out a way around it. Does anyone know of a way I can save the original window.opener.document value and use that to return to the first ASP page with the new value once the processing has been done?
Any suggestions, ideas or anything else would be SOOOOOOOOOOO greatly appreciated!!!