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 02-20-2007, 03:23 PM   PM User | #1
esthera
Senior Coder

 
Join Date: May 2004
Posts: 1,430
Thanks: 14
Thanked 0 Times in 0 Posts
esthera can only hope to improve
pop up to open new window?

how can i make it that when a link is clicked in my popup it closes the popup and opens the link in a fullsize window?
esthera is offline   Reply With Quote
Old 02-20-2007, 03:43 PM   PM User | #2
BarrMan
Senior Coder

 
BarrMan's Avatar
 
Join Date: Feb 2005
Location: Israel.
Posts: 1,644
Thanks: 69
Thanked 83 Times in 82 Posts
BarrMan is on a distinguished road
Try this:
Code:
function closeNopen()
{
window.open("ur_page.html","title");
window.close();
}
Code:
<a href="javascript: closeNopen();">Close and open</a>
BarrMan is offline   Reply With Quote
Old 02-20-2007, 04:29 PM   PM User | #3
esthera
Senior Coder

 
Join Date: May 2004
Posts: 1,430
Thanks: 14
Thanked 0 Times in 0 Posts
esthera can only hope to improve
how do I pass in the url to open?
esthera is offline   Reply With Quote
Old 02-20-2007, 04:54 PM   PM User | #4
esthera
Senior Coder

 
Join Date: May 2004
Posts: 1,430
Thanks: 14
Thanked 0 Times in 0 Posts
esthera can only hope to improve
i got the url to open -- but it's opening in the popup and I want it to open in a new window.
esthera is offline   Reply With Quote
Old 02-20-2007, 06:52 PM   PM User | #5
BarrMan
Senior Coder

 
BarrMan's Avatar
 
Join Date: Feb 2005
Location: Israel.
Posts: 1,644
Thanks: 69
Thanked 83 Times in 82 Posts
BarrMan is on a distinguished road
Hmm, what browser are you using? In ie it works fine.
BarrMan is offline   Reply With Quote
Old 02-20-2007, 07:08 PM   PM User | #6
esthera
Senior Coder

 
Join Date: May 2004
Posts: 1,430
Thanks: 14
Thanked 0 Times in 0 Posts
esthera can only hope to improve
firefox
esthera is offline   Reply With Quote
Old 02-20-2007, 07:11 PM   PM User | #7
nikkiH
Senior Coder

 
nikkiH's Avatar
 
Join Date: Jun 2005
Location: Near Chicago, IL, USA
Posts: 1,973
Thanks: 1
Thanked 32 Times in 31 Posts
nikkiH is on a distinguished road
Do you have any extensions controlling windows and tabs?
I have several, personally, and your link would never open a new window for me. I disallow it.
__________________

If this post contains any code, I may or may not have tested it. It's probably just example code, so no getting knickers in a bunch over a typo, OK? If it doesn't have basic error checking in it, such as object detection or checking if objects are null before using them, put that in there. I'm giving examples, not typing up your whole app for you. You run code at your own risk.
Bored? Visit
http://www.kaelisspace.com/
nikkiH 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 02:52 PM.


Advertisement
Log in to turn off these ads.