Forums
This topic is locked
Link from popup window
Posted 12 Apr 2004 19:04:13
1
has voted
12 Apr 2004 19:04:13 Dan Berdusco posted:
I am having a difficult time with this... something that is probably very simple. What I would like to do is: on my homepage, have a popup window open up. If the user clicks on the popup window, I need the popup window close, but also, I need the main page to go to a specified link. Is this possible without using frames?
Thanks.
Replies
Replied 12 Apr 2004 20:39:09
12 Apr 2004 20:39:09 Phil Shevlin replied:
Sounds like you're building one of those popup hell sites, but...
Its done with javascript. I assume the popup contains an image. Just put...
<img src="pic.jpg" onclick="opener.location.href ='gohere.html';self.close();">
Its done with javascript. I assume the popup contains an image. Just put...
<img src="pic.jpg" onclick="opener.location.href ='gohere.html';self.close();">