Refreshing a page

E

evanburen

When a user clicks the "Close Panel Manager" link on page2.htm I would
like page1.htm to be refreshed without losing the address in
browser1/page1.htm. Page2.htm is a child popup from parent window
page1.htm.

browser2/page2.htm

<A href="javascript:self.close();">Close Panel Manager</a>

browser1/page1.htm

Address: http://www.somewebsite.com?ID=24

Thanks.
 
E

evanburen

Sorry, I was able to work it out

<a href="#"
onclick="opener.window.location.reload();self.close();return
false;">Close Panel Manager</a>

did the trick for me.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,083
Messages
2,570,591
Members
47,212
Latest member
RobynWiley

Latest Threads

Top