Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: SV: RE: SV: refresh parent page but go back to previous section


Message #1 by "Robert Nyman" <robert.nyman@c...> on Fri, 13 Dec 2002 00:00:01 +0100
Robert,

I made it work!!  Thanks for the inspiring emails.
Basically,

I put <a name="aa123"> in the page, the "aa123" is actually dynamic,
Depending what the database value is for each section.
Then the javascript in the child window is:
Window.opener.location.reload();window.opener.location="mypage1.aspx&param1
value1&param2=value2#aa123";window.close()


Christine

  Return to Index