Pop up windows that dont get blocked

This is a discussion on "Pop up windows that dont get blocked" within the Web Page Design section. This forum, and the thread "Pop up windows that dont get blocked are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 19th, 2006, 14:22
Up'n'Coming Member
Join Date: Jul 2005
Location: uk
Posts: 84
Thanks: 0
Thanked 0 Times in 0 Posts
Pop up windows that dont get blocked

Want to have a pop up window from an image link without relying on java script. Have some code that works but it has some draw backs:
  • If the new window stacks behind the parent window when you click on the link nothing happens. The link needs to be able to restack the open window or generate a new window.
  • In a browser that blocks pop ups the link is followed but not in a new window.
The code looks like this:

Code: Select all
<p> <a href="example.htm" 
     onclick="return !window.open(this.href, 'PopupPage',  'top=0,left=0,width=460,height=570,resizable=true,scrollbars=true');"> 
  <img  src="shared/about_02.gif" alt="" width="71" height="27" border="0"></a></p>
Any help, yes please!
Reply With Quote

  #2 (permalink)  
Old May 19th, 2006, 14:40
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Pop up windows that dont get blocked

The obvious question, since you are prepared not to have the link open a seperate window, is - do you really, really need it to open a seprate window.

They are generally considered bad form these days and with so many users using pop-up blockers.???
Reply With Quote
  #3 (permalink)  
Old May 19th, 2006, 14:46
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to herkalees Send a message via MSN to herkalees Send a message via Yahoo to herkalees
Re: Pop up windows that dont get blocked

Quote:
Originally Posted by ukgeoff
The obvious question, since you are prepared not to have the link open a seperate window, is - do you really, really need it to open a seprate window.

They are generally considered bad form these days and with so many users using pop-up blockers.???
Ditto, minus the question marks
Reply With Quote
  #4 (permalink)  
Old May 19th, 2006, 17:38
Up'n'Coming Member
Join Date: Jul 2005
Location: uk
Posts: 84
Thanks: 0
Thanked 0 Times in 0 Posts
Smile Re: Pop up windows that dont get blocked

Quote:
Originally Posted by ukgeoff
The obvious question, since you are prepared not to have the link open a seperate window, is - do you really, really need it to open a seprate window.

They are generally considered bad form these days and with so many users using pop-up blockers.???
I know pop ups are not fashionable but sometimes you just need to control the new window in ways a blank window can't do. In this instance is because I want to dump the navigation bar to make the new page less cluttered. It's for linking thumnails to larger images. Works well if you put the large image on its on page in terms of SEO otherwise I would just link to the image. Is my only safe option to use a blank target or as you suggest open the link in its current window? Surely there is a practical work around.
Reply With Quote
  #5 (permalink)  
Old May 23rd, 2006, 14:15
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,951
Blog Entries: 7
Thanks: 7
Thanked 3 Times in 3 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Pop up windows that dont get blocked

Why dont you just use a dhtml pop up? These cant be blocked by ad-blockers. I use one on this site when you receive a Private Message.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #6 (permalink)  
Old May 23rd, 2006, 16:31
Up'n'Coming Member
Join Date: Nov 2005
Location: England
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Pop up windows that dont get blocked

Try doing a search for lightbox. That's been used by a couple other people on this site and looks very good.
Reply With Quote
Reply

Tags
pop, windows, blocked

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
[SOLVED] Navigation blocked by something in IE6? frinkky Web Page Design 3 May 18th, 2008 02:00
[SOLVED] File Upload Possibly Blocked longstand PHP Forum 2 Jan 31st, 2008 23:20
Domain blocked by spam filters - anything I can do? Absinthe Minded Webforumz Cafe 18 Aug 31st, 2007 21:12
i dont know what to do next bats Other Programming Languages 0 Apr 21st, 2006 21:10
Pop Up Windows Blocked by XP service pack 2 cyberseed Web Page Design 8 Jul 23rd, 2005 02:23


All times are GMT. The time now is 01:28.


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