SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
-
Jan 25, 2002, 22:52 #1
- Join Date
- Dec 2001
- Location
- Vancouver, Canada
- Posts
- 352
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Pop up windows that open behind your browser for newsletter subscriptions
Hello everyone,
I need to know how to create a pop up window that opens behind a browser window. I don’t want to bother my visitors with a pop up window every time they visit my site and I don’t want to use cookies to prevent my site from popping up a window when a surfer visit my site a second time or more; some visitors may need to read my offer more than once before they subscribe to my newsletter.
The answer seems to be a pop up window that opens behind all other browser; this way the pop up window will not interfere with their visit to my site.
Does anyone know the codes for such a pop up window?
-
Jan 26, 2002, 12:04 #2
- Join Date
- Dec 1999
- Posts
- 137
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
<script language="Javascript">
var NewWindow = window.open("newsletter.htm","Newsletter","width=200,height=150,statusbar=0,menubar=0");
NewWindow.blur();
</script>
-
Jan 26, 2002, 23:57 #3
- Join Date
- Dec 2001
- Location
- Vancouver, Canada
- Posts
- 352
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks PGA, I'll try that
hey,
Thanks a lot PGA, I'll put that on my site today.
-
Jan 27, 2002, 11:43 #4
- Join Date
- Jan 2000
- Location
- Charlotte, NC
- Posts
- 5,891
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Here is what SitePoint uses on its popups: http://www.webmasterbase.com/static/popjs.php?
Good luck!
Bookmarks