How to lock page size?

J

Jack

I would like to prevent the user from resizing the browser window.
How to do that?
 
J

Jack

I forgot to add that I am using OnClick to open new browser window with the
specified width and height:
<a href="" onClick="window.open
('downloads.htm','sizechart','width=480,height=474,scrollbars=no,resizable=y
es,status=yes');">Downloads</a>

However, after browser opens that window it is possible to resize it
manually: I would like to lock it in size.
 

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

Top