(Msg. 1) Posted: Thu Aug 14, 2008 8:59 pm
Post subject: add a pop up? Archived from groups: microsoft>public>frontpage>programming (more info?)
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
(Msg. 2) Posted: Fri Aug 15, 2008 8:06 am
Post subject: Re: add a pop up? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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).
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
"D. Hudson" <dhud64.TakeThisOut@hotmail.com> wrote in message
news:#1Zaaqn$IHA.3556@TK2MSFTNGP02.phx.gbl:
> 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
(Msg. 3) Posted: Fri Aug 15, 2008 12:03 pm
Post subject: Re: add a pop up? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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?
(Msg. 4) Posted: Sat Aug 16, 2008 10:42 am
Post subject: Re: add a pop up? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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.
"D. Hudson" <dhud64.RemoveThis@hotmail.com> wrote in message
news:%231Zaaqn$IHA.3556@TK2MSFTNGP02.phx.gbl...
> 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
>
(Msg. 5) Posted: Sat Aug 16, 2008 11:41 am
Post subject: Re: add a pop up? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"Ronx" <ronx917 RemoveThis @hotmail.com> wrote in message
news:OtVdm3q$IHA.4684@TK2MSFTNGP06.phx.gbl...
> 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).
> --
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.
--
Trevor Lawrence
Canberra
Web Site http://trevorl.mvps.org
(Msg. 6) Posted: Sat Aug 16, 2008 11:41 am
Post subject: Re: add a pop up? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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.
"Trevor Lawrence" <tandclREMOVETHIS DeleteThis @ANDTHIShomemail.com.au> wrote in
message news:urFauE0$IHA.5096@TK2MSFTNGP02.phx.gbl:
> "Ronx" <ronx917 DeleteThis @hotmail.com> wrote in message
> news:OtVdm3q$IHA.4684@TK2MSFTNGP06.phx.gbl...
> > 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.
> --
> Trevor Lawrence
> Canberra
> Web Site http://trevorl.mvps.org
(Msg. 7) Posted: Thu Aug 21, 2008 5:55 pm
Post subject: Re: add a pop up? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
WoW! Thanks everybody!!!
Dennis
"md Webs Unlimited" <NoNews RemoveThis @NoAddress.com> wrote in message
news:uFtWAb7$IHA.3904@TK2MSFTNGP02.phx.gbl...
> 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. Hudson" <dhud64 RemoveThis @hotmail.com> wrote in message
> news:%231Zaaqn$IHA.3556@TK2MSFTNGP02.phx.gbl...
>> 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
>>
>
>
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum