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.
<!-- 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 -->
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.