Script Categories













Page Details >>> Resize Link.

Useful for webmasters, this script lets you view any web page at different resolutions by simply clicking the link and entering the height and width values. Tip: You can drag the link to your Links toolbar, and use it on any page you are viewing.

Resize Window

Add the below code to the <body> section of your page:

<!-- Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! -->
<a href="javascript:var intwidth;var intheight;intwidth=prompt('Enter the width for the browser.','');intheight=prompt('Enter the height for the browser.','');intwidth=parseInt(intwidth);intheight=parseInt(intheight);if(intwidth>0&&intheight>0) {window.resizeTo(intwidth,intheight);}else{alert('Please specify a width and height.');}">Resize Window</a>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©