Personal Loans | Car Loans | Free mobile phone's stuffs | Credit Cards | Mortgages
html-code [Archive] - PCMech Forums

PDA

View Full Version : html-code


Looneycooney
10-05-2003, 06:17 AM
hello folks..
i am encountering a little prob with a site i am making for a dutch-travel agency ..

http://users.skynet.be/looney.cooney/Bestemmingen.html

here i put a 'form' for peeps who want to send their orderings...
i am encountering the prob with the 'send' button...
i want to let it be send to my e-mail so i'm using :

td width="16%"><a href="http://www.snowexplosion.tk/Inschrijvingen.html"><input type="submit" value="send" name="versturen"></a></td>

form method="send" action="mailto:coonengwen@hotmail.com" subject="formulier" enctype="text/plain">

the prob is now..it seems to send something online, but it doesn't ..what is wrong in these lines then ? do mind i left first signs away else it wasnt shown here

Looneycooney
10-05-2003, 06:19 AM
hhmm my bad...code u cant c :s damn sry folks for this mistake :'(

DrZaius
10-05-2003, 01:37 PM
I fixed your post, you need to use the PHP tag around HTML code. As for the problem, brush up on your HTML form code with this tutorial (http://www.htmlgoodies.com/tutors/g_book.html). You'll basically need to change the last line to this.
<FORM METHOD="POST" ACTION="mailto:coonengwen@hotmail.com?subject=formulier" ENCTYPE="text/plain">
Hope this helps.

Looneycooney
10-06-2003, 04:18 AM
tnx m8 , that helped me alot :)