I may be missing something here but when WinXP SP2 was installed on all 
the PCs at work, all it seemed to block were ("popup") windows that opened 
automatically (i.e. "onLoad"). A link that requires a click, such as:
  <a href="http://google.com/"; onclick="window.open(this.href, 
  'popupwindow','width=400,height=300,scrollbars=1,resizable=1');
  return false;">Google</a>
seems to work just fine.

Jonathan Cooper
Manager of Information / Website
Art Gallery of New South Wales
Sydney, Australia
http://www.artgallery.nsw.gov.au

[EMAIL PROTECTED] wrote on 27/11/2004 06:06:50 PM:

> 
> Mark Harwood wrote:
> -------------------
> The best and only way i do pop-ups is
> 
> href="http://google.com/"; onclick="window.open(this.href, 'popupwindow',
> 'width=400,height=300,scrollbars,resizable');return false;"
> 
> this allows you to do whatever you like with the link and also makes it
> valid, right click-able and so forth.. 
> -------------------
> 
> Well I can see that it doesn't take long for the topics to 'off topic' 
in
> this list! :)
> 
> As for the fix ... With the snippet of JavaScript that Mark supplied 
above,
> I still get the information bar and no JavaScript run unless you choose 
to
> allow it. This was the main problem and reason for the post actually.
> 
> 
> 
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Lawrence Carriere
> Sent: Friday, November 26, 2004 12:37 PM
> To: Web Standards Group
> Subject: [WSG] IE's New JavaScript Blocking Feature
> 
> I've got two questions but as they are different topics completely, I 
will
> separate them into two different threads. They kind of relate, but not
> enough, so here's the first one regarding IE's New JavaScript Blocking
> Feature:
> ----------
> 
> IE's new content blocking features are wreaking havoc on my methods and
> designs!
> 
> For the longest time I've been using the included JavaScript w/
> rel="external" 
(http://www.sitepoint.com/article/standards-compliant-world)
> method to have links open up new browser windows while keeping the code
> valid. I know that I've got to use these methods to keep the code valid 
as
> standards compliance outlines that you shouldn't opening new content in
> different windows. BUT! With some of my applications, I'd like to have 
new
> windows open while keeping my code valid anyway.
> 
> The extremely irritating this is, no IE has that lovely content blocker
> (added in with Service Pack 2) that cause the JavaScript to be blocked. 
Sure
> you can just tell it to include the content and off you go but for those
> that don't know any better, (and trust me, I to Tech Support for an ISP 
and
> there are a lot of people that don't know any better), it's a real pain 
and
> the chances that your pages will not be rendered properly are too high.
> 
> Any thoughts? Ideas?
> 
> Thanks
> 
> ----------
> LAWRENCE CARRIERE
> [EMAIL PROTECTED]
> www.lawrencecarriere.com
> 
> 
> ******************************************************
> The discussion list for  http://webstandardsgroup.org/
> 
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> ******************************************************
> 
> 
> ******************************************************
> The discussion list for  http://webstandardsgroup.org/
> 
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> ******************************************************
> 

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to