home *** CD-ROM | disk | FTP | other *** search
/ Information Operations Fundamentals 2001 February / Information_Operations_Fundamentals_Unclassified_Version_1.0_February_2001.iso / iobasics.cfm < prev    next >
Text File  |  2000-09-26  |  1KB  |  33 lines

  1. <html>
  2. <head>
  3. <title>IO Basics</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <script language="JavaScript">
  6.  
  7. function ShowTextWin(winurl,winname,winfeatures)
  8.  
  9. {
  10.     window.open(winurl,winname,winfeatures);
  11.  
  12.     //if(javascript_version > 1.0)
  13.     //{
  14.         //delay a bit here because IE4 encounters errors
  15.         //when trying to focus a recently opened window
  16.          //setTimeout('openWin.focus();',250);
  17.       //}
  18. }
  19.  
  20. </script>
  21.  
  22. </head>
  23.  
  24. <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  25. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="750" height="550">
  26.   <param name=movie value="iobasics.swf?Date_Entered=<CFOUTPUT>#DateFormat(Now())#</CFOUTPUT>&Source=IPMO">
  27.   <param name=quality value=high>
  28.   <embed src="iobasics.swf?Date_Entered=<CFOUTPUT>#DateFormat(Now())#</CFOUTPUT>&Source=IPMO" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="750" height="550">
  29.   </embed> 
  30. </object> 
  31. </body>
  32. </html>
  33.