D
Dale F.
Here's a bit of HTML that attempts to call an executable and pass a parameter:
<form method="POST" action="http://11.22.33.444/MyFolder/MyEXE.exe/Begin">
The executable is MyEXE.exe and the parameter is "Begin". Unfortunately my
browser (IE 6) doesn't recognize this statement. It will find the EXE if the
parameter is left off... but then the EXE doesn't work properly.
Is there a better way to pass this parameter to the executable? (I don't
think I can call a server-side script to call the EXE because the EXE returns
an HTML response to whatever calls it.)
Thanks,
<form method="POST" action="http://11.22.33.444/MyFolder/MyEXE.exe/Begin">
The executable is MyEXE.exe and the parameter is "Begin". Unfortunately my
browser (IE 6) doesn't recognize this statement. It will find the EXE if the
parameter is left off... but then the EXE doesn't work properly.
Is there a better way to pass this parameter to the executable? (I don't
think I can call a server-side script to call the EXE because the EXE returns
an HTML response to whatever calls it.)
Thanks,