javascript

Associate
Joined
6 Jun 2004
Posts
93
Location
London
Hi all,

I wonder if anyone can help, and thanks in advance to anyone taking a look at this.
I have created a popup, which appears when someone clicks on one of the buttons on my site. The popup has 2 options Yes and NO, if a user clicks YES it proceeds fine and goes to the relevant section of the site. However, if the user clicks NO, I want the opening URL to appear in a new full size window as well as close any existing IE windows.

I am not sure if this is possible at all, I looked on several websites using JavaScript’s but not managed to find anything as yet.

I would greatly appreciate if anyone can make any suggestions!
Thanks
 
Although I don't have any javascript to give to you that will do this, unless you have a very very good reason for this I suggest you drop this multiple pop-up idea.

Mainly because you are going to run into big problems with:

1.) Popup blockers, a lot of users have popup blockers installed, especially Firefox users.

2.) Having popups on a site, opening different windows is very annoying. Users like to have a single page with the content, rather than splitting it across different windows.
 
Hi,

Thanks for your responce. The popup is used on my intranet, so all the users have popup active.

Its all working fine at the moment all i need to know is how do i go about making the opening page (popup) to be fullscreen.

thanks again for your comments.
 
Back
Top Bottom