Hi, I am starting a website (just funsies for family and friends). I am
using a pop-under window to try and get some help with site content. I have
no idea how to write html code but found the code for the pop-under on the
internet. It works fine but I would like the window to appear in the middle
of the screen and I don't see anywhere in the code to change it, of course,
it would help if I knew what to look for. Does anyone have any suggestions.
The site is www.tjlav.com. Thanks for any help.

Re: Pop-under window location by David

David
Wed Dec 31 17:03:44 CST 2003

Switch to HTML View and change this line:

winfeatures="width=800,height=510,scrollbars=0,resizable=0,toolbar=0,locatio
n=0,menubar=0,status=0,directories=0"

To this:

winfeatures="top=60,left=60,width=800,height=510,scrollbars=0,resizable=0,to
olbar=0,location=0,menubar=0,status=0,directories=0"

The 2 things I added were top=60,left=60. The value for TOP is how many
pixels DOWN from the top of the screen and LEFT is how many pixels from the
LEFT to move the window over. The position is from the top left corner of
the window.

In this example the window will appear 60 pixels down and 60 pixels over
from the left (from the top left corner of the window). You'll need to play
with the numbers to get it exactly where you want it.

Dave

--
David Berry - MCP
Microsoft MVP - FrontPage
FrontPage Support: http://www.net-sites.com/sitebuilder/
-----------------------------------
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
-----------------------------------
"Waldo" <waldo@realtek.edu> wrote in message
news:eg4lR5%23zDHA.2156@TK2MSFTNGP12.phx.gbl...
> Hi, I am starting a website (just funsies for family and friends). I am
> using a pop-under window to try and get some help with site content. I
have
> no idea how to write html code but found the code for the pop-under on the
> internet. It works fine but I would like the window to appear in the
middle
> of the screen and I don't see anywhere in the code to change it, of
course,
> it would help if I knew what to look for. Does anyone have any
suggestions.
> The site is www.tjlav.com. Thanks for any help.
>
>



Re: Pop-under window location by Waldo

Waldo
Wed Dec 31 20:59:16 CST 2003

Thank you very much, your advice not only helped, but taught me a lot.
Thanks again.
"David Berry" <dberry@mvps.org> wrote in message
news:u8S4MJ$zDHA.2240@TK2MSFTNGP10.phx.gbl...
> Switch to HTML View and change this line:
>
>
winfeatures="width=800,height=510,scrollbars=0,resizable=0,toolbar=0,locatio
> n=0,menubar=0,status=0,directories=0"
>
> To this:
>
>
winfeatures="top=60,left=60,width=800,height=510,scrollbars=0,resizable=0,to
> olbar=0,location=0,menubar=0,status=0,directories=0"
>
> The 2 things I added were top=60,left=60. The value for TOP is how many
> pixels DOWN from the top of the screen and LEFT is how many pixels from
the
> LEFT to move the window over. The position is from the top left corner of
> the window.
>
> In this example the window will appear 60 pixels down and 60 pixels over
> from the left (from the top left corner of the window). You'll need to
play
> with the numbers to get it exactly where you want it.
>
> Dave
>
> --
> David Berry - MCP
> Microsoft MVP - FrontPage
> FrontPage Support: http://www.net-sites.com/sitebuilder/
> -----------------------------------
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
> -----------------------------------
> "Waldo" <waldo@realtek.edu> wrote in message
> news:eg4lR5%23zDHA.2156@TK2MSFTNGP12.phx.gbl...
> > Hi, I am starting a website (just funsies for family and friends). I am
> > using a pop-under window to try and get some help with site content. I
> have
> > no idea how to write html code but found the code for the pop-under on
the
> > internet. It works fine but I would like the window to appear in the
> middle
> > of the screen and I don't see anywhere in the code to change it, of
> course,
> > it would help if I knew what to look for. Does anyone have any
> suggestions.
> > The site is www.tjlav.com. Thanks for any help.
> >
> >
>
>