Connecting Tech Pros Worldwide Help | Site Map

Changing window height with a function

Mark
Guest
 
Posts: n/a
#1: Jul 20 '05
Hi,

I'm struggling with the following :

I want a function on my form and when I'm calling that function (i.e.
pressing a button), I want to resize the window (only height) with the
paramater that I'm supplying to that function. Is it possible ??

txs in advance,

Mark
Martin Honnen
Guest
 
Posts: n/a
#2: Jul 20 '05

re: Changing window height with a function




Mark wrote:[color=blue]
> Hi,
>
> I'm struggling with the following :
>
> I want a function on my form and when I'm calling that function (i.e.
> pressing a button), I want to resize the window (only height) with the
> paramater that I'm supplying to that function. Is it possible ??
>[/color]

<input type="button" value="resize"
onclick="window.resizeBy(0, 20);">



--

Martin Honnen
http://JavaScript.FAQTs.com/

Closed Thread