<script language="JavaScript">
 closeMe(){
  self.close();
 }
</script>

<body onload="closeMe();">

------------
of if you are using FS :

<cf_fusionscript action="code">
        <cf_fs_function name="closeMe">
                <cf_fs_window action="close">
        </cf_fs_function>
</cf_fusionscript>

<body onload="<cf_fs_function call='closeMe'/>">


Nate Nielsen
[EMAIL PROTECTED]
[EMAIL PROTECTED]


----- Original Message -----
From: "phumes1" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 13, 2002 11:36 AM
Subject: Re: Close window


>
> How can I close the window automatically after the <cfexecute runs rather
> than having to click on the button below?
>
>
>
> <body>
>
> <table width="100%" border="0">
> <tr>
> <td class="navlinks">
> <cfexecute name="#PathToExe#"
>             arguments="#TheFolder#\#FileName# /q /v"
>             timeOut="1">
> </cfexecute>
> </td>
> </tr>
> </table>
>
> <br>
>
> <center>
> <input type="button" value="Close" onClick="window.close()"
class="navlinks">
> </center>
>
>
>
>
>
+---------------------------------------------------------------------------
--------+
>
> Philip Humeniuk
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
+---------------------------------------------------------------------------
---------+
>
>
>
> -------------------------------------------------------------------------
> This email server is running an evaluation copy of the MailShield anti-
> spam software. Please contact your email administrator if you have any
> questions about this message. MailShield product info: www.mailshield.com
>
> -----------------------------------------------
> To post, send email to [EMAIL PROTECTED]
> To subscribe / unsubscribe: http://www.dfwcfug.org


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to