W3Schools.com

Window resizeBy() Method

Window Object Reference Window Object

Definition and Usage

The resizeBy() method resizes a window by the specified amount.

Note: This method moves the bottom right corner of the window by the specified number of pixels defined. The top left corner will not be moved (it stays in its original coordinates).

Syntax

resizeBy(width,height)

Parameter Description
width Required. A positive or a negative number that specifies how many pixels to resize the width by
height Required. A positive or a negative number that specifies how many pixels to resize the height by


Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The resizeBy() method is supported in all major browsers, except Opera and Chrome.


Example

Example

Resize the window with 100px each way:

<html>
<head>
<script type="text/javascript">
function resizeWindow()
  {
  window.resizeBy(100,100)
  }
</script>
</head>
<body>

<input type="button" onclick="resizeWindow()" value="Resize window" />

</body>
</html>

Try it yourself »


Window Object Reference Window Object
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$7.95/mo SEO Hosting
Premium Website Design
WEB BUILDING
Download XML Editor
FREE Website BUILDER
Free Website Templates Free CSS Templates
Make Your Own Website
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE