Open pop up window onCLick Getting past XP popup stopper?

This is a discussion on "Open pop up window onCLick Getting past XP popup stopper?" within the JavaScript Forum section. This forum, and the thread "Open pop up window onCLick Getting past XP popup stopper? are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 19th, 2005, 10:33
Reputable Member
Join Date: May 2005
Location: Sheffield
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Open pop up window onCLick Getting past XP popup stopper?

I have a Javascript onlick: MM_openBrWindow

This opens a new window with defined size. But opening in Windows XP service pack 2 IE. The popup stopper blocks it and opens it in the main window.

I thought the popup stop worked primarily onLoad command.

Is there anyway to get past the Popup stopper for legitimate onClick Popup window use?

  #2 (permalink)  
Old May 19th, 2005, 16:02
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
it should allow all popups that a the result of a click.... please show us your code (or post your URL) as there must be something weird going on!
  #3 (permalink)  
Old May 20th, 2005, 20:18
Reputable Member
Join Date: May 2005
Location: Sheffield
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Click on the circle map bottom left.

Below uses onClick but it opens a window AND opens in the main browser.

http://www.overseaspropertymatch.com...in_Almeria.htm

---

This uses onMouseDown and is blocked but opens in the browser

http://www.overseaspropertymatch.com...pain_Brava.htm
  #4 (permalink)  
Old May 22nd, 2005, 21:04
Reputable Member
Join Date: May 2005
Location: Sheffield
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Its OK I sorted it using this code:

<a href="Map.htm" onclick="window.open(this.href, '_map', 'status,width=420,height=600,'); return false;" target="_map">
Closed Thread

Tags
open, pop, window, onclick, getting, past, popup, stopper

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Open another new window from javascript window thehermitage JavaScript Forum 10 Jan 27th, 2008 19:42
Change open in new window to open in same window nsr500rossi JavaScript Forum 2 Jan 18th, 2008 14:13
[SOLVED] open new window from main window AdRock Other Programming Languages 1 Nov 1st, 2007 02:45
need to onclick to open info in div on same page apster JavaScript Forum 2 Apr 30th, 2007 09:56
onclick dhtml popup bruno89 Web Page Design 7 Sep 8th, 2006 15:36


All times are GMT. The time now is 10:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43