|
View previous topic
::
View next topic
|
| Author |
Message |
dor
Joined: 19 Jan 2006
Posts: 14
|
Posted: Tue May 23, 2006 5:37 am
Post subject: Popup
|
|
|
Hi
I'm looking for a popup script.
I have found some scripts but IE's popup blocker has blocked all of them.
Do you know any that will not get blocked?
Thanks!! _________________ check it out
home business online opportunity |
|
| Back to top |
|
 |
Charlie
Joined: 22 Aug 2003
Posts: 3305
Location: UK
|
Posted: Tue May 23, 2006 8:51 am
Post subject: Re: Popup
|
|
|
Try Googling for "floating box", "pop up box" or "pop up layers", or visit your favourite Javascript resources site.
These "browser layers" are not actually new windows, and aren't blocked by IE.
Hope this helps,
Charlie.
P.S. Bear in mind though, many people don't like pop ups - that's why they block them. Use them reasonably, eh? _________________ "Before I speak, I have something important to say."
- Groucho Marx |
|
| Back to top |
|
 |
jhunt
Joined: 10 Jun 2006
Posts: 14
Location: Portland, Oregon
|
Posted: Sat Jun 10, 2006 1:42 am
Post subject:
|
|
|
If you're trying to create a popup containing a document originating from the same site (e.g., the file yoursite.com/popup.html, popped-up from yoursite.com/index.html), then IE shouldn't block it unless you've got the security settings cranked up all of the way.
As Charlie mentioned, you can do something with CSS to make an analog to the typical javascript popup. It's basically a <div> with a little bit of javascript involved. I imagine you will set up something for "onload" in the body tag, and the user will have to click a "Close" link on the div, which will trigger a javascript function to change the div's display setting to "none".
Googling will also help
Jeff _________________ Jeffrey Hunt, Web technologist at large
Web application development and consulting services
Brief resume: http://www.pdxi.net/docs/resume.php
Toll Free: 866.865.0710 :: Email: info@removethis.pdxi.net |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|