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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Returning value to window opener

Status
Not open for further replies.

paulparky

Programmer
Oct 10, 2001
29
PA
Hi,
I have the following code which should?? refresh the opener window and reload the data values. I can't get it to work, does anyone know why?

if (&quot;<%=request.querystring(&quot;action&quot;)%>&quot;==&quot;WriteData&quot;) {
opener.location = &quot;Contracts1.asp?action=ReadData&Contract=&quot;+document.ContractInfo.cont_no.value;
self.close();
}
 
what error does it throw?

Known is handfull, Unknown is worldfull
 
Thanks for the input. Your prompt for the error caused me to look in the right place for the answer - snow blind I guess.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top