This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Front Page > June 2004 > FP2003 and Popup Windows





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author FP2003 and Popup Windows
Viken Karaguesian

2004-06-29, 12:14 pm

Hi all,

I'd like to have my Website open a Popup window upon page loading. The
purpose of the pop-up would be to share important information that I really
want to draw attention to. In FrontPage 2003, under the "Behaviors" menu, I
can do things like call scripts and open browser windows, but I can't do it
upon page load. I noticed that there's lots of other options, onmousemove,
onkeyup, onmouseover, etc, but nothing about "onpageload".

I just want the window to open when the page initially loads. The person can
read the window and close it, then be done with it.

Also, the home page in question is a frame page. Should I load the popup
script of the frames page or in one of the pages within the frame? Thanks in
advance for any replies.

Viken Karaguesian


MD Websunlimited

2004-06-29, 12:14 pm

Hi Viken,

Take a look at J-Bots Pop-up Window / Close Window components.
http://www.websunlimited.com/order/...w_component.htm

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Wish you could calculate form field totals? Well, you can with Form Calculator
http://www.websunlimited.com/order/...lc/formcalc.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible

"Viken Karaguesian" <vikenk@NOSPAMcomcast.net> wrote in message news:R8CdnfxW5NJ6wHzd4p2dnA@comcast.com...
> Hi all,
>
> I'd like to have my Website open a Popup window upon page loading. The
> purpose of the pop-up would be to share important information that I really
> want to draw attention to. In FrontPage 2003, under the "Behaviors" menu, I
> can do things like call scripts and open browser windows, but I can't do it
> upon page load. I noticed that there's lots of other options, onmousemove,
> onkeyup, onmouseover, etc, but nothing about "onpageload".
>
> I just want the window to open when the page initially loads. The person can
> read the window and close it, then be done with it.
>
> Also, the home page in question is a frame page. Should I load the popup
> script of the frames page or in one of the pages within the frame? Thanks in
> advance for any replies.
>
> Viken Karaguesian
>
>



Thomas A. Rowe

2004-06-29, 12:14 pm

FYI: Popup onloads are blocked by popup stopper application.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Viken Karaguesian" <vikenk@NOSPAMcomcast.net> wrote in message
news:R8CdnfxW5NJ6wHzd4p2dnA@comcast.com...
> Hi all,
>
> I'd like to have my Website open a Popup window upon page loading. The
> purpose of the pop-up would be to share important information that I really
> want to draw attention to. In FrontPage 2003, under the "Behaviors" menu, I
> can do things like call scripts and open browser windows, but I can't do it
> upon page load. I noticed that there's lots of other options, onmousemove,
> onkeyup, onmouseover, etc, but nothing about "onpageload".
>
> I just want the window to open when the page initially loads. The person can
> read the window and close it, then be done with it.
>
> Also, the home page in question is a frame page. Should I load the popup
> script of the frames page or in one of the pages within the frame? Thanks in
> advance for any replies.
>
> Viken Karaguesian
>
>



Jens Peter Karlsen [FP MVP]

2004-06-29, 7:15 pm

Probably because it is called onload not onpageload. You must ofcourse
select the body tag for this option to be available.
Notice that you may want to rethink this because most browsers will
block this sort of popup (IE6 with SP2). Consider a regular link,
button or image that the user can click on to open the popup.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

On Tue, 29 Jun 2004 08:17:36 -0400, "Viken Karaguesian"
<vikenk@NOSPAMcomcast.net> wrote:

>Hi all,
>
>I'd like to have my Website open a Popup window upon page loading. The
>purpose of the pop-up would be to share important information that I really
>want to draw attention to. In FrontPage 2003, under the "Behaviors" menu, I
>can do things like call scripts and open browser windows, but I can't do it
>upon page load. I noticed that there's lots of other options, onmousemove,
>onkeyup, onmouseover, etc, but nothing about "onpageload".
>
>I just want the window to open when the page initially loads. The person can
>read the window and close it, then be done with it.
>
>Also, the home page in question is a frame page. Should I load the popup
>script of the frames page or in one of the pages within the frame? Thanks in
>advance for any replies.
>
>Viken Karaguesian
>


Andrew Murray

2004-06-30, 12:14 pm

the correct 'call' for the function is onload="openwindow();" and this goes in
your body tag.

it's just "onload" not "onpageload"


"Viken Karaguesian" <vikenk@NOSPAMcomcast.net> wrote in message
news:R8CdnfxW5NJ6wHzd4p2dnA@comcast.com...
> Hi all,
>
> I'd like to have my Website open a Popup window upon page loading. The
> purpose of the pop-up would be to share important information that I really
> want to draw attention to. In FrontPage 2003, under the "Behaviors" menu, I
> can do things like call scripts and open browser windows, but I can't do it
> upon page load. I noticed that there's lots of other options, onmousemove,
> onkeyup, onmouseover, etc, but nothing about "onpageload".
>
> I just want the window to open when the page initially loads. The person can
> read the window and close it, then be done with it.
>
> Also, the home page in question is a frame page. Should I load the popup
> script of the frames page or in one of the pages within the frame? Thanks in
> advance for any replies.
>
> Viken Karaguesian
>
>



Kevin Spencer

2004-06-30, 12:14 pm

openwindow()?

BTW, anyone who wants to open a child window should read the following
information from Microsoft:

http://msdn.microsoft.com/security/...pup_devimp.aspx

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Andrew Murray" <SPAMadBUSTERmurray@iinet.net.au> wrote in message
news:40e2985f$0$24751$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
> the correct 'call' for the function is onload="openwindow();" and this

goes in
> your body tag.
>
> it's just "onload" not "onpageload"
>
>
> "Viken Karaguesian" <vikenk@NOSPAMcomcast.net> wrote in message
> news:R8CdnfxW5NJ6wHzd4p2dnA@comcast.com...
really[color=darkred]
menu, I[color=darkred]
it[color=darkred]
onmousemove,[color=darkred]
can[color=darkred]
Thanks in[color=darkred]
>
>



Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews