Forum Moderators: open
<script language="JavaScript">
<!--
window.resizeTo(300,500);
window.document.body.scroll = 'auto'; // show only if needed
window.document.toolbar = 'no';
window.document.status = 'no';
window.document.menubar = 'no';
window.moveTo(screen.width/2-300,screen.height/2-250)
-->
</script>
I am opening a new window just to display some information. All I need to give the user access to do is close the page down again.
I appreciate what you are trying to say but I know what the requirements are for this and I am asking for a way to do it. There is no need for the menu bar, bookmarks, etc., just the close window and scroll bars.
Another example, what if the user wants to print the page?