Wrox Home  
Search P2P Archive for: Go

  Return to Index  

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


Message #1 by "Robert Nyman" <robert.nyman@c...> on Fri, 13 Dec 2002 12:10:08 +0100
Congrats!  :-)


/Robert


-----Ursprungligt meddelande-----
Fr=E5n: Christine_Sun@c...
[mailto:Christine_Sun@c...]
Skickat: den 18 december 2002 20:58
Till: javascript
=C4mne: [javascript] RE: SV: RE: SV: refresh parent page but go back to 
p
revious section


Robert,

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

I put <a name=3D"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=3D"mypage1.aspx&pa
r
am1=3D
value1&param2=3Dvalue2#aa123";window.close()


Christine




  Return to Index