JavaScript Scripts





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
Free Java Script Codes
Javascript List All
Slide Show Slide Show
Ad Display Ad Display
Image Effect Image Effect
Animated Image Effects Animated Image Effects
Form Validation Form Validation
Color Picker Tool Color Picker Tool
Formatting Forms Formatting Forms
Select All Select All
Dynamic Form Select Dynamic Form select
Dynamic Color Dynamic Color
Calendar Script Calendar
Textbox Counter Textbox Counter
Alphanumeric Alphanumeric
Date Time Script Date & Time
Stop Watch Script Stop Watch script
Delete Repeated Values Delete Repeated Values
Pagination Pagination
Random Generator Random Generator
Animated Text Animated Text
Cursor Position Cursor Position
User Info Window / User Info
Security Security / Authenticate
Bookmark Bookmark
Mouse Effects Mouse Effects
Title Bar Title Bar
Status Bar Status Bar
Country List Country List
Free Games Free Games
Calculators Calculators
 




Resize Browser Window Script


About
  Javascript to resize the browser window to the desired width and height. This script will automatically change the size of windows using the measurements you specify.


Features
a) Used to resize the browser window.
b) View webpages in differnt sizes.
b) Check if the website is safe for all standard resolution sizes.
c) Resize the windows easily by specifying height and width properties.
d) Click on restore button to bring it back to the original size.

Preview

Specify Windows Resolution Properties

Width: Height:
H


Code
Javascript Code

<!-- Script by hscripts.com -->

<!-- Copyright of HIOXINDIA -->

<!-- More scripts @www.hscripts.com -->



<script type="text/javascript">

function changesize(w,h)

{

   window.resizeTo(w,h)

}

function resiz()

{

   var w=document.getElementById('wid').value;

   var h=document.getElementById('hei').value;

   changesize(w,h);

}

</script>


<!-- Script by hscripts.com -->


HTML Code

<table align=center><tr><td style="color: #3D366F;font-family: Verdana, Arial, Georgia, serif;font-size:12px;">

Width:<input type="text" value="" id="wid" size="4">

Height:<input type="text" value="" id="hei" size="4">

</td></tr><tr><td colspan=2 align="center">

<input type="button" value="Resize" onclick="resiz()"><a href="http://hscripts.com" style="text-decoration:none;cursor:pointer;color:green;font-size:12px;">H</a>

</td></tr></table>


Release Date - 18-09-2009
Get free version without ©copyright link for just 5 price

For customization of this script or any script development, contact us at support@hscripts.com


Usage
 a) Copy and paste the javascript code into your HTML page to enable this script.
 b) Resize the browser window very easily by inserting this code.
 c) Simple and effective windows resolution size change.



License
- The javascript (misspelled as java script) is given under GPL License
- i.e. Free use for those who use the codes as it is.
- Free, if your modification does not remove our copyright information and links.
- Click Here for detailed license information.
- You can purchase the script if your requirements does not meet our GPL License terms.
Other Links

web hosting