Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

Changing window height with a function

Question posted by: Mark (Guest) on July 20th, 2005 09:41 AM
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
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
Martin Honnen's Avatar
Martin Honnen
Guest
n/a Posts
July 20th, 2005
09:41 AM
#2

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/


 
Not the answer you were looking for? Post your question . . .
180,430 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

  • Didn't find the answer you were looking for?
    Post Your Question
  • Top Community Contributors