Opening size for the browser

  • Thread starter Thread starter Greg Smith
  • Start date Start date
There are 2 ways, actually. One is, when opening the browser from another
browser instance, using the JavaScript window.open method. The other is to
size it after it opens using JavaScript and setting various properties of
the document object.

Example:

<script type="text/javascript">
window.resizeTo(250, 250);
</script>


--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top