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

Setting window.opener.Location without reloading the form

Status
Not open for further replies.

LenardD

Programmer
Dec 1, 2002
35
0
0
CA
How does one set the window.opener.location without reloading the form?

I tried using "window.opener.location.href" but it still reloads the form. I need to do it on the opener form because I need to perform a postback on it later. (I'm trying preserve the values its fields.)

Thanks.
 
I've never used cookies, so I can't give you any sample code, but I know this is a common practice to preserve values on a form when the page is refreshed.

-kaht

banghead.gif
 
I was afraid of that. I don't want to go that route if I can help it. :)


--Lenard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top