[Javascript] Resize INNER window

Paul Cowan dagda1 at hotmail.com
Mon Jun 2 08:56:45 CDT 2003


Thierry,

You can use a plain old DIV and give it a fixed height and set the overflow 
property like this:

<div style="overflow:auto;height:95" id="myDiv">
<!--CONTENT-->
</div>

which will create scrollbars and then you can reference it like:

document.all.myDiv

Hope this gives u a start

Paul
dagda1 at hotmail.com





>From: Thierry Lavallée <thierry at 8p-design.com>
>Reply-To: "[JavaScript List]" <javascript at LaTech.edu>
>To: <javascript at LaTech.edu>
>Subject: Re: [Javascript] Resize INNER window
>Date: Mon, 02 Jun 2003 08:10:38 -0400
>
>Paul Cowan, 6/2/03 03:44 :
> > If u used an IFrame you could say something like:
>
>Thanks Paul & Tim!
>But I would need this more compatible than iFrames (NN4+)
>Is it possible with regular windows?
>Thanks again!
>--
>Thierry
>
>_______________________________________________
>Javascript mailing list
>Javascript at LaTech.edu
>https://lists.LaTech.edu/mailman/listinfo/javascript

_________________________________________________________________
Tired of 56k? Get a FREE BT Broadband connection 
http://www.msn.co.uk/specials/btbroadband



More information about the Javascript mailing list