/ Published in: JavaScript

Put in the head of the html page. Set the dimensions in the parentheses. The first number is the width; the second is the height.
Expand |
Embed | Plain Text
<script type="text/javascript"> self.resizeTo(100,200); </script>
You need to login to post a comment.