PC Review


Reply
Thread Tools Rate Thread

anybody got a favorite way of doing this?

 
 
chris leeds
Guest
Posts: n/a
 
      23rd Oct 2003
I'm wondering if there is a way to make a window re-size itself like a
pop-up but just "onload".
that way you wouldn't have to write the link as a pop-up but the particular
page would resize itself and configure it's own options.

If it can be done maybe you've got a link for me?


 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      23rd Oct 2003
You would still have to create the window using JS.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, Forums, 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

"chris leeds" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I'm wondering if there is a way to make a window re-size itself like a
> pop-up but just "onload".
> that way you wouldn't have to write the link as a pop-up but the

particular
> page would resize itself and configure it's own options.
>
> If it can be done maybe you've got a link for me?
>
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      24th Oct 2003
yes, but couldn't that JavaScript be on the page that is opening. sort of
like a self-popping window?

"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You would still have to create the window using JS.
>
> --
>
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, Forums, 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
>
> "chris leeds" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I'm wondering if there is a way to make a window re-size itself like a
> > pop-up but just "onload".
> > that way you wouldn't have to write the link as a pop-up but the

> particular
> > page would resize itself and configure it's own options.
> >
> > If it can be done maybe you've got a link for me?
> >
> >

>
>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      24th Oct 2003
Chris,

I now understand your question, but I don't think that you can do it exactly
the way you want or expect. You might want to search for a JavaScript
newsgroup to post to.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, Forums, 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

"chris leeds" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> yes, but couldn't that JavaScript be on the page that is opening. sort of
> like a self-popping window?
>
> "Thomas A. Rowe" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > You would still have to create the window using JS.
> >
> > --
> >
> > ==============================================
> > Thomas A. Rowe (Microsoft MVP - FrontPage)
> > WEBMASTER Resources(tm)
> > http://www.ycoln-resources.com
> > FrontPage Resources, Forums, 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
> >
> > "chris leeds" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > I'm wondering if there is a way to make a window re-size itself like

a
> > > pop-up but just "onload".
> > > that way you wouldn't have to write the link as a pop-up but the

> > particular
> > > page would resize itself and configure it's own options.
> > >
> > > If it can be done maybe you've got a link for me?
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
MD WebsUnlimited.com
Guest
Posts: n/a
 
      24th Oct 2003
Hi Chris,

Yes, you can do this in the onload event of the body tag using JavaScript
and the window object.

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
----------------------------------------------------------------------------
--------------------
If you think I'm doing a good job, let MS know at (E-Mail Removed)

"chris leeds" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I'm wondering if there is a way to make a window re-size itself like a
> pop-up but just "onload".
> that way you wouldn't have to write the link as a pop-up but the

particular
> page would resize itself and configure it's own options.
>
> If it can be done maybe you've got a link for me?
>
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      24th Oct 2003
Thanks Mike,
Do you have a recommendation of where I might find such a script or what
it'd be called so I can search for it?

TIA

"MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> Hi Chris,
>
> Yes, you can do this in the onload event of the body tag using JavaScript
> and the window object.
>
> --
> Mike -- FrontPage MVP '97-'02
> http://www.websunlimited.com
> FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> --------------------------------------------------------------------------

--
> --------------------
> If you think I'm doing a good job, let MS know at (E-Mail Removed)
>
> "chris leeds" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I'm wondering if there is a way to make a window re-size itself like a
> > pop-up but just "onload".
> > that way you wouldn't have to write the link as a pop-up but the

> particular
> > page would resize itself and configure it's own options.
> >
> > If it can be done maybe you've got a link for me?
> >
> >

>
>



 
Reply With Quote
 
Jack Brewster
Guest
Posts: n/a
 
      24th Oct 2003
Chris,

Any window resize script should be able to be modified to do this. If
you've got a new window code generator, just create a new window link, look
at the generated code, and hack out just the bit you want. Roll that into a
new JS function and call that function with <body onload=functionname> from
the page you want resized.

--
Jack Brewster - Microsoft FrontPage MVP

"chris leeds" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks Mike,
> Do you have a recommendation of where I might find such a script or what
> it'd be called so I can search for it?
>
> TIA
>
> "MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
> news:#(E-Mail Removed)...
> > Hi Chris,
> >
> > Yes, you can do this in the onload event of the body tag using

JavaScript
> > and the window object.
> >
> > --
> > Mike -- FrontPage MVP '97-'02
> > http://www.websunlimited.com
> > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible

>
> --------------------------------------------------------------------------
> --
> > --------------------
> > If you think I'm doing a good job, let MS know at (E-Mail Removed)
> >
> > "chris leeds" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > I'm wondering if there is a way to make a window re-size itself like

a
> > > pop-up but just "onload".
> > > that way you wouldn't have to write the link as a pop-up but the

> > particular
> > > page would resize itself and configure it's own options.
> > >
> > > If it can be done maybe you've got a link for me?
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Cheryl D. Wise
Guest
Posts: n/a
 
      24th Oct 2003
Note, most pop-up blockers will prevent javascript onload events for new
windows from firing.

Also you don't know the resolution of your visitors monitor or what else
they may have open. People tend to get really annoyed when a site resizes
their primary browser window and leave the site not to return. So think
carefully about why you want to resize the browser window before you put in
javascript to do so.

You also run into accessibility problems if you "configure" the browser away
from the visitor's preferences.
--
Cheryl D. Wise
MS-MVP-FrontPage
http://wiserways.com

"MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi Chris,
>
> Yes, you can do this in the onload event of the body tag using JavaScript
> and the window object.
>
> --
> Mike -- FrontPage MVP '97-'02
> http://www.websunlimited.com
> FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
> --------------------------------------------------------------------------

--
> --------------------
> If you think I'm doing a good job, let MS know at (E-Mail Removed)
>
> "chris leeds" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I'm wondering if there is a way to make a window re-size itself like a
> > pop-up but just "onload".
> > that way you wouldn't have to write the link as a pop-up but the

> particular
> > page would resize itself and configure it's own options.
> >
> > If it can be done maybe you've got a link for me?



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      24th Oct 2003
I agree but this is for a "special" application that I think will be OK.
Your point is well taken and should be considered by anyone looking to do
something like this.

thanks,
chris


"Cheryl D. Wise" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Note, most pop-up blockers will prevent javascript onload events for new
> windows from firing.
>
> Also you don't know the resolution of your visitors monitor or what else
> they may have open. People tend to get really annoyed when a site resizes
> their primary browser window and leave the site not to return. So think
> carefully about why you want to resize the browser window before you put

in
> javascript to do so.
>
> You also run into accessibility problems if you "configure" the browser

away
> from the visitor's preferences.
> --
> Cheryl D. Wise
> MS-MVP-FrontPage
> http://wiserways.com
>
> "MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Hi Chris,
> >
> > Yes, you can do this in the onload event of the body tag using

JavaScript
> > and the window object.
> >
> > --
> > Mike -- FrontPage MVP '97-'02
> > http://www.websunlimited.com
> > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible

>
> --------------------------------------------------------------------------
> --
> > --------------------
> > If you think I'm doing a good job, let MS know at (E-Mail Removed)
> >
> > "chris leeds" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > I'm wondering if there is a way to make a window re-size itself like

a
> > > pop-up but just "onload".
> > > that way you wouldn't have to write the link as a pop-up but the

> > particular
> > > page would resize itself and configure it's own options.
> > >
> > > If it can be done maybe you've got a link for me?

>
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      24th Oct 2003
Thanks Jack,
that's a great idea. I'll work on it and see how it pans out.

thanks again,
chris
"Jack Brewster" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> Chris,
>
> Any window resize script should be able to be modified to do this. If
> you've got a new window code generator, just create a new window link,

look
> at the generated code, and hack out just the bit you want. Roll that into

a
> new JS function and call that function with <body onload=functionname>

from
> the page you want resized.
>
> --
> Jack Brewster - Microsoft FrontPage MVP
>
> "chris leeds" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Thanks Mike,
> > Do you have a recommendation of where I might find such a script or what
> > it'd be called so I can search for it?
> >
> > TIA
> >
> > "MD WebsUnlimited.com" <(E-Mail Removed)> wrote in message
> > news:#(E-Mail Removed)...
> > > Hi Chris,
> > >
> > > Yes, you can do this in the onload event of the body tag using

> JavaScript
> > > and the window object.
> > >
> > > --
> > > Mike -- FrontPage MVP '97-'02
> > > http://www.websunlimited.com
> > > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible

> >

>
> --------------------------------------------------------------------------
> > --
> > > --------------------
> > > If you think I'm doing a good job, let MS know at (E-Mail Removed)
> > >
> > > "chris leeds" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > I'm wondering if there is a way to make a window re-size itself

like
> a
> > > > pop-up but just "onload".
> > > > that way you wouldn't have to write the link as a pop-up but the
> > > particular
> > > > page would resize itself and configure it's own options.
> > > >
> > > > If it can be done maybe you've got a link for me?
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Favorite Drew Kirk Windows Vista Mail 0 8th Oct 2009 04:36 PM
"Date modified" of Favorite file changes when ONLY (!) loading the favorite? Suppress modification? Theo Meckins Windows XP Internet Explorer 2 31st Oct 2008 10:04 AM
"Date modified" of Favorite file changes when ONLY (!) loading the favorite? Suppress modification? Theo Meckins Windows XP Help 2 31st Oct 2008 12:27 AM
"Date modified" of Favorite file changes when ONLY (!) loading the favorite? Suppress modification? Theo Meckins Windows XP Networking 1 31st Oct 2008 12:27 AM
Pin a Favorite Dardruba Windows XP Internet Explorer 2 30th Oct 2004 11:33 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:36 PM.