Status
Not open for further replies.

sridhar8310

Broken In
Hi friends.
I am a novice in web dev. and so seem to be having a sort of problem in designing forms. The code that is shown below, has an "action=mailform.exe" and the prob is that when I click the submit, the browser opens the window asking me to save the file rather than executing it. So is the prob with either asp or perl scripts.
What exactly the problem is and how can I rectify it.
Plz help me.
----------------------
<form name="Contact" action="MailForm.exe" method="POST">
blah blah blah........
</form>
 

parthbarot

In the zone
ok i have tried this. i put the exe in "wwwroot" or folder inside it.... & the exe get runs...

u can try Apache server for windows....i have done that..
instructions r given for that in readmes..
in that server exe runs..i have done taht for C# web projs... it definately works & apache is "freeware".basically for linux but for windows also exe or .msi setup is there on site...

regards
 
Status
Not open for further replies.
Top Bottom