I think you are going to run into Windows XP SP2 restrictions, if you trigger this on page load,
also users may have a issue with you resizing their browser, even with the code below.
To work around this you need to make is so that it is trigger by a user's action of clicking on a
link, which would then call the JavaScript function to create a new popup windows at the 153 x 600
pixels.
--
==============================================
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
"Nick" <(E-Mail Removed)> wrote in message
news:70844FA5-B477-48A8-89AA-(E-Mail Removed)...
>I am actually using this script, but it resets the size depending up the
> users screen resolution.
>
> <!--
> function pleaseResize()
> {
> window.event.returnValue=true;
> top.window.resizeTo(screen.availWidth,screen.availHeight);
> top.window.resizeTo(screen.availWidth-1,screen.availHeight-1);
> }
>
>
> I want it to be able to set the size 153X600
>
> Thank you.,
>
> "Mike Mueller" wrote:
>
>> It sounds like you are trying to create a pop-up. There are
>> javascripts available which can do this, or you could use
>> SPAWN from Jimco-www.jimcoaddins.com
>>
>>
>> "Nick" <(E-Mail Removed)> wrote in message
>> news:246A2C5F-824F-4D71-A0B9-(E-Mail Removed)...
>> :I am trying to set a web page to be displayed in a browser
>> window sized 153px
>> : X 600px. Setting page size seems to only represent what
>> you see in Frontpage
>> : and not in Internet Explorer when opening it?
>> : Any Suggestions?
>>
>>
>>