Wrox Home  
Search P2P Archive for: Go

  Return to Index  

security_asp thread: Disabling Back-Next


Message #1 by aaron_b_sheffey@p... on Tue, 27 Mar 2001 11:29:44 -0500
Martha:

Here's a basic script to pop open a window:

<script language="JavaScript"><!--
window1=window.open('test1.html','messageWindow1','scrollbars=yes,width=175
,height=300')
//--></script>

Here's a link to a great FAQ on windows in JavaScript:

http://www.irt.org/script/window.htm

On your page, the button would run a function to:

     pop-open the application window, to a predetermined size, with the
     various options available (i.e., toolbars=no)
     reload the login window - to say something like: "This page may be
     closed" or something.



  Return to Index