javascript thread: SV: RE: SV: RE: SV: refresh parent page but go back to p revious section
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¶m2=3Dvalue2#aa123";window.close()
Christine