Hello,
I have been trying for a few hors and I cannot come up with an easy answer.
I have a form, when it gets submited it goes to a new page on this new page I put a button that when clicked it opens a batch file up to this point everything works well.
I would like to add a script that once you click the button it opens the batch file and it redirects the page to another web page. Can this be done I was trying this
but this just opens my bat file
I have been trying for a few hors and I cannot come up with an easy answer.
I have a form, when it gets submited it goes to a new page on this new page I put a button that when clicked it opens a batch file up to this point everything works well.
I would like to add a script that once you click the button it opens the batch file and it redirects the page to another web page. Can this be done I was trying this
Code:
<p><a href="finishing.bat" onclick="default.asp">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"[/URL] width="100" height="22">
<param name="movie" value="button1.swf" />
<param name="quality" value="high" />
<embed src="button1.swf" quality="high" pluginspage="[URL unfurl="true"]http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"[/URL] type="application/x-shockwave-flash" width="100" height="22"> </embed>
</object>
</a></p>