home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / webdata / usa / forms / copynew.asp < prev    next >
Text File  |  1997-08-25  |  914b  |  31 lines

  1. <!--#include file="../constant.inc"-->
  2. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
  3. <HTML>
  4. <HEAD>
  5.     <TITLE>Untitled</TITLE>
  6. </HEAD>
  7. <script language='javascript'>
  8.  
  9. function CancelAndClose() {
  10.    var L_CancelAndClose_Message = "Select OK to cancel this upload and close this message. \rAll information will be lost."; //used in jscript
  11.  
  12.    if ( confirm(L_CancelAndClose_Message)!=false ) {
  13.       thisObj=parent.form_fr.document.mainForm.objID.value;
  14.       parent.command_fr.location="<%=bstrVirtRoot%>/forms/ipm/note/commands.asp?command=cancel&obj="+thisObj;
  15.    }
  16. }
  17.  
  18. </script>
  19. <BODY bgcolor="#c0c0c0">
  20. <form>
  21. <table width=90% border=0 cellspacing=0 cellpadding=0>
  22. <tr><td width=70% align=center>
  23. <IMG SRC="copynew.gif" WIDTH=260 HEIGHT=30 BORDER=0>
  24. </td><td align=right>
  25. <input type='button' value='Close' onClick='CancelAndClose();'>
  26. </td></tr>
  27. </table>
  28. </form>
  29. </BODY>
  30. </HTML>
  31.