Window Browser JavaScript DHTML

/*
JavaScript Unleashed, Third Edition
by Richard Wagner and R. Allen Wyke 
ISBN: 067231763X
Publisher Sams CopyRight 2000
*/


Window Open



   

Window Open Example


Please select the following display options and then click
the Open Window button. 



Would you like an existing page or one created on the fly?


     type=radio
     checked
     name="pageType"
     value="existing">Existing Page
               type=text
          size=30
          maxlength=256
          name="urlBox">


               type=radio
          name="pageType"
          value="dynamic">Dynamic Page




Window Attributes:


     type=checkbox
     name="toolbarOption"
     value="ON"
     >Toolbar         type=checkbox
     name="menubarOption"
     value="ON">Menubar         type=checkbox
     name="scrollbarsOption"     value="ON">Scrollbars        type=checkbox
     name="resizableOption"
     value="ON">Resizable

     type=checkbox
     name="statusOption"
     value="ON">Status          type=checkbox
     name="locationOption"
     value="ON">Location        type=checkbox name="directoriesOption"
     value="ON">Directories       type=checkbox name="copyHistoryOption"
     value="ON">Copy History

     type=checkbox
     name="customSizeOption"
     value="ON">Custom Size

Width:      type=text
     size=5
     maxlength=5
     name="widthBox">  Height:      type=text
     size=5
     maxlength=5
     name="heightBox">                    type="button"
     name="OpenButton"
     value="Open Window"
     onClick="openWindow()">       type="button"
     name="CloseButton"
     value="Close Window"
     onClick="closeWindow()">