I have a page that opens a popup window and within the window, some databse
info is submitted and the window closes. It then refreshes the original
window using window.opener.l ocation.reload( ). The problem is that after the
reload, it brings you right to the top of the page. When I click 'refresh"
on the original page, it brings me back to the original viewing position.
Is there a way to duplicate this in from the popup window.
Also, is there a way to run window.opener.l ocation.reload( ) when the popup
window is closed using the X in the upper right hand corner? Thanks!
Darren
info is submitted and the window closes. It then refreshes the original
window using window.opener.l ocation.reload( ). The problem is that after the
reload, it brings you right to the top of the page. When I click 'refresh"
on the original page, it brings me back to the original viewing position.
Is there a way to duplicate this in from the popup window.
Also, is there a way to run window.opener.l ocation.reload( ) when the popup
window is closed using the X in the upper right hand corner? Thanks!
Darren
Comment