Jump to content

Wont show


Danii

Recommended Posts

<html><body> <form action="ASP/kontakt.asp" method="get"><p><b>Ämne:</b>  <br>  <input type="text" name="namn">  </br>  <br>  <br>  <br>	<b>Medelande:</b>  <br>	<textarea name="medelande" cols="50" rows="10"></textarea>  <br>  <br>	<b>Namn:</b>  <br>  <input type="text" name="namn">  <input type="submit" value="Skicka">  </form></p>

The problem is when I click send, the ASP instead of executing a download box pops up.

Link to comment
Share on other sites

A swedish FTP called bredbandsbolaget
Yeah but what host are you using?
Lets say I want to make a ASP so that when I enter text in to some textboxes the text is sent to my e-mail. How would that code look like?
You would submit the form to a script that sends the mailhttp://www.w3schools.com/asp/asp_send_email.aspAll this and more can be found in the asp tutorial.http://www.w3schools.com/asp/default.asp
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...