Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Old 01-12-2004, 01:48 PM Html Help Form
Arfan's Avatar
Ultra Talker

Posts: 280
Trades: 0
Hi here a html form made in dreamweaver but it dont send to a email adress how do i get it to do that or load .asp file to do it for me

<html>
<head>
<title>Outgoing Form</title>
</head>

<body>
<form action="MAILTO:Arfan_mahmood_786@hotmail.com" method="post" enctype="text/plain">
<table width="75%" border="1">
<tr>
<td width="230" align="right">First Name:</td>
<td><input name="First Name" type="text" id="First Name">
</td>
</tr>
<tr>
<td width="230" align="right">Second Name:</td>
<td><input name="Second Name" type="text" id="Second Name"></td>
</tr>
<tr>
<td width="230" align="right">Other Names:</td>
<td><input name="Other Names" type="text" id="Other Names"></td>
</tr>
<tr>
<td width="230" align="right">Email Adress:</td>
<td><input name="Email Address" type="text" id="Email Address"></td>
</tr>
<tr>
<td width="230" align="right">Date Of Birth:</td>
<td><input name="Date Of Birth Day" type="text" id="Date Of Birth Day" size="5">
<input name="Month" type="text" id="Month" size="5">
<input name="Year" type="text" id="Year" size="8"> </td>
</tr>
<tr>
<td width="230" align="right">What type of Trip you want to go on:</td>
<td><select name="What Type of Trip" id="What Type of Trip">
<option>Please Choose</option>
<option>Educational</option>
<option>Snow</option>
<option>Sun</option>
<option>Recreational</option>
</select></td>
</tr>
<tr>
<td width="230" align="right">Where About in Europe:</td>
<td><select name="Location of Trip" id="Location of Trip">
<option>Please Choose</option>
<option>Amsterdam</option>
<option>Dublin</option>
<option>Edinburgh</option>
<option>London</option>
<option>Paris</option>
</select></td>
</tr>
<tr>
<td width="230" align="right">How old are you:</td>
<td><select name="Age" id="Age">
<option>Please Choose</option>
<option>13-15</option>
<option>16-18</option>
<option>19-21</option>
</select></td>
</tr>
<tr>
<td width="230" align="right">Gender:</td>
<td><input type="radio" name="Gender" value="Male">
Male
<input type="radio" name="Gender" value="Female">
Female</td>
</tr>
<tr>
<td width="230" align="right">&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</form>
<form name="form2" method="post" action="">
<div align="center">
<input name="Submit" type="submit" value="Send">
<input name="Rest" type="reset" id="Rest" value="Reset">
</div>
</form>
</body>
</html>
Arfan is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-12-2004, 05:55 PM
WaHoOoO!'s Avatar
Mentally Unstable Tugboat Captain

Posts: 797
Name: Chad
Location: /usr/bin/perl
Trades: 0
You did this:
Code:
<form action="MAILTO:Arfan_mahmood_786@hotmail.com" method="post" enctype="text/plain">
You need to do this:
Code:
<form action="LOCATION OF SCRIPT" method="post" enctype="text/plain">
As for how to make that script, check HotScripts.Com
__________________
He's baaaaaaaack....
WaHoOoO! is offline
Reply With Quote
View Public Profile Visit WaHoOoO!'s homepage!
 
Old 01-13-2004, 07:56 AM
OleTom's Avatar
Extreme Talker

Posts: 176
Location: Out there some where
Trades: 0
Hi Arfan

Try it if you like it veiw source and copy:
Click Me
__________________
Life is Good,OleTom

Please login or register to view this content. Registration is FREE
OleTom is offline
Reply With Quote
View Public Profile Visit OleTom's homepage!
 
Old 01-16-2004, 01:11 PM
Arfan's Avatar
Ultra Talker

Posts: 280
Trades: 0
Thx very much

What program did u do that in macromedia dreamweaver dont pich it good for sum reason
Arfan is offline
Reply With Quote
View Public Profile
 
Old 01-16-2004, 01:59 PM
WaHoOoO!'s Avatar
Mentally Unstable Tugboat Captain

Posts: 797
Name: Chad
Location: /usr/bin/perl
Trades: 0
It's in ASP...note the ASPX extension of the filename.
__________________
He's baaaaaaaack....
WaHoOoO! is offline
Reply With Quote
View Public Profile Visit WaHoOoO!'s homepage!
 
Old 01-17-2004, 03:41 PM
Arfan's Avatar
Ultra Talker

Posts: 280
Trades: 0
still coundnt edit it

sos m8 to bother u agian
can u plz make it in basic html so i can edit it dreamwaver MX
html mode

if u cant go throw the bother tell me wat mode coz i cant find aspX extentions

i would really like it to be in html
__________________

Please login or register to view this content. Registration is FREE


For all your Flash work email me on

Please login or register to view this content. Registration is FREE
Arfan is offline
Reply With Quote
View Public Profile
 
Old 01-17-2004, 04:24 PM
WaHoOoO!'s Avatar
Mentally Unstable Tugboat Captain

Posts: 797
Name: Chad
Location: /usr/bin/perl
Trades: 0
You can't send results from a form in HTML. Here's why.

*deep breath*
HTML is not a programming language. It is a markup language. All HTML does is edit the text around it. Yes it creates tables and forms and puts in pictues. But HTML cannot handle or edit data. Not alone. That requires a programming langauge (ie: Javascript, Perl, PHP, ASP, Rebol, C++, many more). When the HTML form is submitted, it sends the data to the script, so that the script knows what to do with it. The HTML never knows what you're doing with the data. Ever.

For sending data to e-mail, I recommend using either Perl or PHP. You can find many Perl and PHP form-mailers on HotScripts.Com or NeedScripts.Com. Hope I helped.
__________________
He's baaaaaaaack....

Last edited by WaHoOoO!; 01-17-2004 at 04:27 PM..
WaHoOoO! is offline
Reply With Quote
View Public Profile Visit WaHoOoO!'s homepage!
 
Old 04-25-2004, 06:33 PM
Arfan's Avatar
Ultra Talker

Posts: 280
Trades: 0
ok thx for the help every1

especiallu WaHoOoO
__________________

Please login or register to view this content. Registration is FREE


For all your Flash work email me on

Please login or register to view this content. Registration is FREE
Arfan is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Html Help Form
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.45870 seconds with 12 queries