Jump to content

Danii

Members
  • Posts

    9
  • Joined

  • Last visited

Danii's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Danii

    Wont show

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

    Wont show

    No I'm not but I will look.
  3. Danii

    Wont show

    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??
  4. Danii

    Wont show

    <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.
  5. 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.
  6. 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>
  7. 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?
  8. Say I make a simple form with a text box and a submit button. How do I make so when someone clicks the button all thats in the text bok is sent to my email?
×
×
  • Create New...