Connecting Tech Pros Worldwide Help | Site Map

Changing window height with a function

  #1  
Old July 20th, 2005, 10:41 AM
Mark
Guest
 
Posts: n/a
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
  #2  
Old July 20th, 2005, 10:41 AM
Martin Honnen
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Making window fit contents in all browsers? Dr J R Stockton answers 7 April 22nd, 2007 09:35 PM
changing title & removing status bar from a pop up window prash.marne@gmail.com answers 2 March 11th, 2007 05:15 PM
changing window title from parent window Luis answers 3 July 23rd, 2005 01:28 PM