home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap25 / dun25_1.txt next >
Encoding:
Text File  |  1997-12-18  |  762 b   |  19 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HEAD>
  3. <TITLE>Canvas Mode Demo</TITLE>
  4. <SCRIPT LANGUAGE="JavaScript1.2">
  5. function cmWindowOpen() {
  6.  netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
  7.  cmWindow=window.open("cmWindow1.html","Canvas",
  8. cc] "titlebar=no,innerWidth=200,innerHeight=100,screenX=10,screenY=10");
  9. }
  10. </SCRIPT>
  11. </HEAD>
  12. <BODY>
  13. <P>Welcome to your first canvas mode demo!
  14. <P><A HREF="javascript:cmWindowOpen()">Click here to open the window</A>
  15. <P><A HREF="cmWindow2.html" TARGET="Canvas">Click here 
  16. cc]to put file cmWindow2.html inside the window</A>
  17. <P><A HREF="cmWindow1.html" TARGET="Canvas">Click here 
  18. cc]to put file cmWindow1.html back inside the window</A>
  19.