Jump to content

Danii

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Danii

  1. what host are you using?
    A swedish FTP called bredbandsbolagetLets 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?
  2. I got it. It was because I did not save it in the right folder. Sorry.Now the problem is it works on my computer but when I put it on the internet on a server it wont execute. Why??

  3. <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.

  4. I've made a ASP file but it is not loaded why.Heres the code:

    </head><html><body bgcolor="#C6D1FB"><body><title> <h2><b>Cadeaux</b></h2> </title><form><form method="get" action="valkommen.asp" >  First Name:  <input type="text" name="namn" />  <input type="submit" name="submit">  </form></body></html>

    When I click the submit it is suppose to execute valkommen.asp yet nothing happens.

  5. ...This is the mailto code that I use:<FORM METHOD=POST ACTION="mailto:your email?subject=your subject" ENCTYPE="text/plain">
    Its not working for me though. Heres the code I used.
    </head><html><body><form><FORM METHOD=POST ACTION= "mailto:dsads@asdasd.com" ENCTYPE="text/plain">  First Name:  <input type="text" name="firstname" />  <br />Last Name:<input type="text" name="lastname" /><input type="submit" name="submit" value="submit" /></form></body></html>

  6. Thank you very much. The problem with a sidescript though is that I have used FormMail but I dont get a thing. Its a long code that I am supposed to enter into to the codearea in dreamweaver and then what? Do I make my form object and they are automaticly connected to the code?

×
×
  • Create New...