This is a discussion on "Pop Up Windows Blocked by XP service pack 2" within the Web Page Design section. This forum, and the thread "Pop Up Windows Blocked by XP service pack 2 are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Pop Up Windows Blocked by XP service pack 2
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Pop Up Windows Blocked by XP service pack 2
Have just designed a simple web site using dreamweaver where most of the windows use the open new window command. http://www.eandp.co.uk/ I have now found out that Service Pack 2 in XP would disable this function. I was given some code that would get around this problem but browsers have changed since and it no longer works properly. I need to control the size and position of the new window. If I use the command "popup = window.new" then it generates a new window but it ignores the variables (window size etc) and if I use "popup = window.open" then the variables work but it doesnt appear in a new window every time you click the link, only the 1st time. Help, yes please!!! My code is:
|
|
|
|
#2
|
|||
|
|||
|
Ideally, you shouldn't be using pop-ups at all. I know that isn't what you want to hear though.
New windows should open in IE and other browsers, but pop-ups are a more complicated issue. Maybe someone else can shed some light on this? |
|
#3
|
||||
|
||||
|
This may help
Hello, one of the site's I'm building (currently in development) has this feature working, and working perfectly in IE:
http://development.gmcourtreporters.com/hotels.html Click on that link, then click on any of the "Directions from hotel" links. Here is the code: Before the head tag closes, I have this:
|
|
#4
|
|||
|
|||
|
8) Thanks for your help. I dont think I explained myself very well. Normally I use code like this for Open New Windows which works fine in most browsers including IE6.
Microsofts service pack 2 for XP blocks any javascript regarding pop ups including Open New Window commands. Therefore I was trying to use a line like this which doesnt get blocked because the link is not pointing to javascipt.
I need to control widow size and positioning whilst not getting blocked by IE6 Service Pack 2. This problem will effect lots of sites as more users download this pack. Any help YES PLEASE!!! |
|
#5
|
|||
|
|||
|
Quote:
http://www.glanceimage.co.uk/imagebank/index.htm I did a fine art degree in Canterbury. Havent been back for ages. Cheers Cyberseed |
|
#6
|
|||
|
|||
|
Re: This may help
Quote:
|
|
#7
|
|||
|
|||
|
It doesn't get blocked for me... opens no problem in my IE (I have SP2).
|
|
#8
|
|||
|
|||
|
SP2 does not in fact block new windows opened with javascript if it's the result of user interaction, like clicking on a link. It's only windows that open automatically, like during page loading or unloading that get blocked.
If yours are getting blocked I'd guess you have another blocker running like the Google toolbar, etc. See the second to last post on this topic: http://www.webforumz.com/viewtopic.php?t=1670 |
|
#9
|
||||
|
||||
|
Re: This may help
Quote:
|
![]() |
| Tags |
| pop, windows, blocked, service, pack |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows XP service pack 2 - anyone had any problems or success ? | Gerry | Webforumz Cafe | 31 | May 11th, 2008 23:01 |
| Windows XP Service Pack 3 | minutedesigns | Webforumz Cafe | 4 | Jan 15th, 2008 11:34 |
| Free icons pack | freeiconsweb | Graphics and 3D | 4 | Mar 22nd, 2007 23:21 |
| Pop up windows that dont get blocked | cyberseed | Web Page Design | 5 | May 23rd, 2006 16:31 |