Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-05-2006, 07:19 AM   PM User | #1
adammc
New Coder

 
Join Date: Jul 2006
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
adammc is an unknown quantity at this point
Open window & Refresh parent window?

Hi Guys,

I am a little stuck as to how to open a new window & refresh the parent window using javascript.

1. User clicks link which opens a new window
2. Upon clicking the link the parent window is refreshed.
3. The user is able to click a link in the window that opened (close window)

I have tried using this to refresh the window in the page that opens:
Code:
<a href=\"javascript:top.close();top.opener.location.reload();\" class=headings title='continue shopping'>Continue Shopping</A>
And this to open the window:
Code:
target='new'>
Apart from not refreshing as soon as the window is opened (obviously), I have received warnings from the browser saying that the webpage is tryign to close the window.

Can anyone possibly help with this?
adammc is offline   Reply With Quote
Old 09-06-2006, 12:35 AM   PM User | #2
adammc
New Coder

 
Join Date: Jul 2006
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
adammc is an unknown quantity at this point
I just re-read my post, I dont think I explained my situation too well.


I am basically after the javascript code that will allow me to open a new window (on page 1) using a link and at the same it opens a new window (page2) it refreshes page1.

Then on page 2 I want a link to be able to close page2 so the user can return to page1.

Can anyone possibly help ?
adammc is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:44 PM.


Advertisement
Log in to turn off these ads.