One time popup windows

This is a discussion on "One time popup windows" within the JavaScript Forum section. This forum, and the thread "One time popup windows are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 27th, 2007, 19:37
Up'n'Coming Member
Join Date: Apr 2007
Location: Canada
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
One time popup windows

Hi fellows!
Is there a way you can create a unblockable popup windows that will show only once per visit and will work in every browser! I find this link http://www.freepopupcreator.com/ but it open up the window in seperate two chunk one for the background and one for the text. Any help would be much appreciatged.
Reply With Quote

  #2 (permalink)  
Old Dec 28th, 2007, 06:12
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: One time popup windows

POPUP? That irritating animals..!!! LOL
You could use body onload function!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #3 (permalink)  
Old Dec 28th, 2007, 06:16
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: One time popup windows

Try this:

HTML: Select all
<body OnLoad="DesignerWizWin=window.open('http://www.designerwiz.com', 'DesignerWizWin', 'toolbar=0, location=0, directories=0, menuBar=0, scrollbars=1, resizable=1, width=500, height=400, left=50, top=50');">
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #4 (permalink)  
Old Dec 28th, 2007, 13:54
welshstew's Avatar
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,388
Blog Entries: 13
Thanks: 1
Thanked 17 Times in 15 Posts
Re: One time popup windows

In order for it to only appear once you will need to drop a cookie and then have it read that to work out if it needs to display or not.

try this solution
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)

Last edited by welshstew; Dec 28th, 2007 at 13:57. Reason: add linky goodness
Reply With Quote
  #5 (permalink)  
Old Dec 29th, 2007, 00:19
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: One time popup windows

A cookie then Sounds delicious
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #6 (permalink)  
Old Dec 29th, 2007, 22:05
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: One time popup windows

Quote:
Originally Posted by dhossai View Post
Is there a way you can create a unblockable popup window
No. Browsers have the final say over window management; there's nothing you can do to force them to open a new window.
Reply With Quote
Reply

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
PM Popup Daniel Webforumz Suggestions and Feedback 15 Jan 13th, 2008 23:47
Help with Thumbnail popup windows cjrollo Flash & Multimedia Forum 6 Dec 7th, 2007 13:59
Edit text in popup windows. Janisf Flash & Multimedia Forum 7 Aug 2nd, 2007 15:56
Popup windows problem Freddie JavaScript Forum 2 Jan 10th, 2006 09:20
Adjusting time from server time to local time Tim356 Classic ASP 10 Jun 21st, 2004 14:57


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


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