E-mail List Archives
RE: Best practice for warning users of opening window
From: Patrick Lauke
Date: Aug 12, 2005 11:12AM
- Next message: Patrick Lauke: "RE: Best practice for warning users of opening window"
- Previous message: Patrick Lauke: "RE: Images with captions and alt"
- Next message in Thread: Patrick Lauke: "RE: Best practice for warning users of opening window"
- Previous message in Thread: Christian Heilmann: "Re: Best practice for warning users of opening window"
- View all messages in this Thread
> Robinson, Norman B - Washington, DC
> Add to that scenario that people like myself block ALL popups (I use
> Firefox and adblock) and it makes sense to consider your audience.
If coded properly, the links would still work despite popup blocking,
provided that the javascript used checks for the return value of the
window.open call a la
<a href="blah.html" onclick="return !window.open(this.href,...)">
Also: would FF/adblock prevent the link from working even if the popup
was triggered by an explicit user action (activating a link, rather
than an onload event on the page body)?
Patrick
___________
Patrick H. Lauke
Webmaster / University of Salford
http://www.salford.ac.uk
___________
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
___________
- Next message: Patrick Lauke: "RE: Best practice for warning users of opening window"
- Previous message: Patrick Lauke: "RE: Images with captions and alt"
- Next message in Thread: Patrick Lauke: "RE: Best practice for warning users of opening window"
- Previous message in Thread: Christian Heilmann: "Re: Best practice for warning users of opening window"
- View all messages in this Thread