Should you use Popup Windows? - Page 2 - preCharge Forums
It shows that you are unregistered. Please register with us by clicking Here
preCharge Forums


Nav Green LeftNav Right
preCharge Forums > Website Design & Development > Programming > JavaScript » Should you use Popup Windows?


Reply
Tcat Right
 
LinkBack Thread Tools Display Modes Tcat Right
Old 09-17-2006   #11 (permalink)
Life Xpect
Banned User
 
Life Xpect's Avatar
 
Join Date: Aug 2006
Posts: 693
Send a message via Yahoo to Life Xpect
Default Re: Should you use Popup Windows?

If its a popup opened through a link, then yes i use it.. I don't remember using automatic popups besides one with website alerts e.t.c
Life Xpect is offline   Reply With Quote

Old 09-19-2006   #12 (permalink)
Eric
Senior Member
 
Eric's Avatar
 
Join Date: Sep 2006
Location: Baker City, Oregon
Age: 29
Posts: 1,045
Send a message via Yahoo to Eric
Default Re: Should you use Popup Windows?

Quote:
Originally Posted by StarLab
I find opening external links in a new browser window (using the target="_blank" attribute) to be quite effective in not only redirecting users to other info, but in keeping your users on YOUR site in the primary window.

Also, this uses no javascript, and usually isn't blocked by pop-up blocker utilities.
Great post and spot on!

I make ALL of my external links open in new windows. It's highly effective in keeping visitors on my site for longer durations.

For advertising pop ups, it's probably not a good idea at all. I spend a lot of money online and if a site tries to shove a pop up in my face I'm gone. If those sites are losing sales from me, certainly they must be losing them from others as well.
Eric is offline   Reply With Quote

Old 09-19-2006   #13 (permalink)
Ajay
Senior Member
 
Ajay's Avatar
 
Join Date: Aug 2006
Age: 26
Posts: 755
Default Re: Should you use Popup Windows?

There was a time I used to use popups and opened external windows for external sites.

However, ever since I decided to go XHTML 1.1 on my blog, I have removed all target attributes (since it is deprecated).

Better web practices.
__________________
Ajay D'Souza

Techtites - Your daily dose of all things Tech!

Sir Arthur Conan Doyle | I Sent This

WebberZone Domains
Ajay is offline   Reply With Quote

Old 09-19-2006   #14 (permalink)
Eric
Senior Member
 
Eric's Avatar
 
Join Date: Sep 2006
Location: Baker City, Oregon
Age: 29
Posts: 1,045
Send a message via Yahoo to Eric
Default Re: Should you use Popup Windows?

Quote:
Originally Posted by Ajay
There was a time I used to use popups and opened external windows for external sites.

However, ever since I decided to go XHTML 1.1 on my blog, I have removed all target attributes (since it is deprecated).

Better web practices.
In blog posts there is no need to have external links open in new windows, but in regular websites, especially commercial, you want those visitors to stick around as long as possible.
Eric is offline   Reply With Quote

Old 09-19-2006   #15 (permalink)
Ajay
Senior Member
 
Ajay's Avatar
 
Join Date: Aug 2006
Age: 26
Posts: 755
Default Re: Should you use Popup Windows?

Quote:
Originally Posted by ErictheBlue
In blog posts there is no need to have external links open in new windows, but in regular websites, especially commercial, you want those visitors to stick around as long as possible.
Actually it really depends yet again. But, I agree, on commercial sites I design, I still let external links open in a new window.
__________________
Ajay D'Souza

Techtites - Your daily dose of all things Tech!

Sir Arthur Conan Doyle | I Sent This

WebberZone Domains
Ajay is offline   Reply With Quote

Old 09-19-2006   #16 (permalink)
Jamie
Senior Member
 
Jamie's Avatar
 
Join Date: Jul 2006
Location: Swansea, Wales, UK
Age: 20
Posts: 239
Default Re: Should you use Popup Windows?

Web Standards rule all.

Its ok to have a link open up another window but it should be done using javacript and it should be clearly indicated that the link will open in a new window. Only use DOM scripting though so that people without javascript/limeted support can still access the raw link.

To do this you should write a setup fuction that uses document.get ElementsByTagName etc this way you can check all anchor tags to see if its an external link(through domain matching or attribute marking) if it is then you can set a new onclick event to open the href in a new window. The will preserve the link for users without javascript.

If anyone wants any example code im sure I could whip something up. Just ask.

Jamie
__________________
Jamie is offline   Reply With Quote

Old 09-20-2006   #17 (permalink)
TheLastLegion
Member
 
TheLastLegion's Avatar
 
Join Date: Sep 2006
Age: 28
Posts: 54
Default Re: Should you use Popup Windows?

95% of the time popups make most users want to go away from your site as it scares the heck out of the users into thinking its spam and spyware incoming.

So ya its best recommended not to do popups unless it is VerY IMPORTANT site annoucmenets which cannot be displayed on the site for whatever reason.
__________________
[b]AON Hosting FREE 500 MB Webhosting
Dell PowerEdge 1435 --Dual AMD Dual Core Opteron 2216 (2.4GHz + 1GHz HyperTransport) Servers
Be sure to also check out our Paid Hosting as well as our Gamers's Webhosting Packages.
See why we're raved for uptime: Our Uptime Report

WIN A FREE iPOD NO SCAM FOR REAL! COMPLETE 1 OFFER (Ringtone offer free) THEN REFER 5 PEOPLE. WORKS! GUARANTEED OR FREE 1 YEAR OF HOSTING!
TheLastLegion is offline   Reply With Quote

Old 09-20-2006   #18 (permalink)
Ajay
Senior Member
 
Ajay's Avatar
 
Join Date: Aug 2006
Age: 26
Posts: 755
Default Re: Should you use Popup Windows?

Check Beware of Opening Links in a New Window [Usability and Information Architecture]
__________________
Ajay D'Souza

Techtites - Your daily dose of all things Tech!

Sir Arthur Conan Doyle | I Sent This

WebberZone Domains
Ajay is offline   Reply With Quote

Old 09-20-2006   #19 (permalink)
Eric
Senior Member
 
Eric's Avatar
 
Join Date: Sep 2006
Location: Baker City, Oregon
Age: 29
Posts: 1,045
Send a message via Yahoo to Eric
Default Re: Should you use Popup Windows?

You guys/gals have me thinking now. I can see the points being made.

Back to the drawing board...

Eric is offline   Reply With Quote

Old 10-12-2006   #20 (permalink)
ScottHughes
Senior Member
 
Join Date: Sep 2006
Age: 22
Posts: 460
Default Re: Should you use Popup Windows?

Quote:
Originally Posted by StarLab View Post
I find opening external links in a new browser window (using the target="_blank" attribute) to be quite effective in not only redirecting users to other info, but in keeping your users on YOUR site in the primary window.

Also, this uses no javascript, and usually isn't blocked by pop-up blocker utilities.
I find that users like to use the back button. They get confused when you redirect them to a new window.

I only use the target_blank window when I'm linking to my site.
__________________
ScottHughes is offline   Reply With Quote

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB 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
Windows VS Linux VS Others Life Xpect Computers 22 05-28-2007 05:36 PM
Never use Windows Blind! Life Xpect Computers 21 02-27-2007 11:13 PM
What do you like best in Windows? thebookish Computers 15 10-12-2006 03:48 AM
Mac or Windows Febreze All Things General 21 08-11-2006 08:30 AM
Windows or Mac? Carnage All Things General 90 05-11-2006 01:08 AM


footer left
All times are GMT. The time now is 03:57 PM.

DISCLAIMER: preCharge Risk Management is not responsible for any opinions, advice or comments expressed on the preCharge Community Forums.
preCharge® is a registered trademark of preCharge Risk Management | chargeback protection | Merchant Account Blog

Powered by vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC6

Online advertising | Myspace Codes | Property in Spain | Credit Card | Loans

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 44 45 46 47 48 49