Forum Moderators: buckworks
My web site uses secondary windows for a variety of useful functions (for instance when a customer wants to see a full size image, he clicks the thumbnail and the full size image is shown in a new window opened with JavaScript).
Right now, I test to see if a customer has his popup blocker enabled and then, if he does, ask him to turn it off. But I wonder if it would be better to redesign the site to stop using secondary windows?
Example: <a href="/image_enlarge.php?file=bluewidget_big.jpg"><img></a><br />
<a href="javascript: history.back()">BACK</a>
Added: I think that javascript back link is wrong, but you know what I mean.
fixed typo
[edited by: Birdman at 2:25 pm (utc) on Mar. 13, 2003]
[webmasterworld.com...]
The conclusion I came to was to remove secondary windows wherever possible, for the one's I can't make sure there's no checkout critical information in them.
If I were you, I would open a new html window altogether with the
target="_blank"> directive.
Annoying Pop-up windows are, well annoying to say the least, but as
webmasters I think we have to find ways to get around them. We have the same problem with them too so we prefer the target="_blank">
directive than to ask our client (or his visitors) to turn off their Pop-up-Killer software.
But, thats just me... it would be interesting to see what other webmasters think of this and how they go around the problem
Cheers from Canuck country
Quite frankly everything I put onto a site is important and if there is a good chance that it can't be viewed due to window blockers why use pop-ups or pop-unders?