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