add a pop up?

D

D. Hudson

Is there a way to add a pop up window with a message when someone visits my
site?
This pop up would need to open if someone has one of my pages saved as a
favorite on their computer, rather than being opened by clicking a link on
one of my pages. I run Windows XP and Office '02 XP.
Thanks,
Dennis
 
R

Ronx

Automatic pop-up windows are blocked by most modern browsers and pop-up
blockers, so any pop-up will need a link to open it.

However, you could use the technique demonstrated at
http://www.rxs-enterprises.org/tests/pages/popup.htm but this will
display the pop-up whenever the page is opened - not just for users
opening the page from their favourites. It can be adapted
(http://www.rxs-enterprises.org/tests/pages/frmpopup.htm) to open for
any user opening the page outside a frameset (a previous post indicates
you use frames).
 
N

Nobody

Before you add popups you should ask yourself why do I need a popup? What
value am I adding to people visiting my site with this popup?
 
T

Trevor Lawrence

Ronx said:
Automatic pop-up windows are blocked by most modern browsers and pop-up
blockers, so any pop-up will need a link to open it.

However, you could use the technique demonstrated at
http://www.rxs-enterprises.org/tests/pages/popup.htm but this will display
the pop-up whenever the page is opened - not just for users opening the
page from their favourites. It can be adapted
(http://www.rxs-enterprises.org/tests/pages/frmpopup.htm) to open for any
user opening the page outside a frameset (a previous post indicates you
use frames).
--

And there is spawnJimcoPopup from http://www.jimcosoftware.com/addins.aspx

Search for "Spawn".

Jim states on this page:
Easily create and edit pop-up windows. Pop-up windows created with Spawn
will work with most pop-up blockers including the one that comes with
Windows XP SP2.
 
R

Ronx

Jim also states that Spawn will not work from an on-load event. Spawn
defeats the pop-up blockers by loading the page conventionally (I don't
recall if it uses a new window - as opposed to pop-up window - or not)
if the pop-up is blocked.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp
 
M

md Webs Unlimited

Dennis,

AFAIK, there is no way to determine if the link referencing your site is
coming from the browsers bookmarks (favorites) or a normal link. The best
you can hope to do is determine if the user visited your site at some time
in the past by using a cookie on the clients machine.

So to accomplish you'll need to tie the display of the popup to the
existence of a cookie using JavaScript. If you don't know how to accomplish
that, you may wish to take a look at my J-Bots components which will allow
you to set cookies and to display a defined pop up window if a cookies is
present.



--
Mike - FrontPage MVP '97 - '02
Expression Tools & Addin
http://www.j-moves.com
http://www.panemanager.com
FrontPage Tools & Addin
http://www.jbots.com
E-Commerce
http://www.candypress.com
 
D

D. Hudson

WoW! Thanks everybody!!!
Dennis



md Webs Unlimited said:
Dennis,

AFAIK, there is no way to determine if the link referencing your site is
coming from the browsers bookmarks (favorites) or a normal link. The best
you can hope to do is determine if the user visited your site at some time
in the past by using a cookie on the clients machine.

So to accomplish you'll need to tie the display of the popup to the
existence of a cookie using JavaScript. If you don't know how to
accomplish that, you may wish to take a look at my J-Bots components which
will allow you to set cookies and to display a defined pop up window if a
cookies is present.



--
Mike - FrontPage MVP '97 - '02
Expression Tools & Addin
http://www.j-moves.com
http://www.panemanager.com
FrontPage Tools & Addin
http://www.jbots.com
E-Commerce
http://www.candypress.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top