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

Reply via email to