Dear dimi15
Where to write this code.
Thanks.....
Main Topics
Browse All TopicsI am new to web designing, i would like to make a feedback form. When i click the "Send" button it should mail these fields data to this address "basharatali2000@yahoo.com
Please send me as soon as possible.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
This is how a working example of a form could look like. I will mail you this code + the code of a real working example.
<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Iso-8859-1">
<META NAME="Title" CONTENT="*** the title of your page ***">
<META NAME="Description" CONTENT="*** A sentence describing the content of this page ***">
<META NAME="Creator" CONTENT="*** your name">
<META NAME="Keywords" CONTENT="*** The keywords describing your page ***">
<META NAME="Generator" CONTENT="*** The program with which you created the page, e.g. Notepad">
<TITLE>*** put a title here ***</TITLE>
</HEAD>
<BODY>
<H1>My form</H1>
<P>A first paragraph of text</P>
<P>A second paragraph of text</P>
<P>...</P>
<P>Please mail me your comments or suggestions :</P>
<FORM ACTION="mailto:basharatali
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="4" CELLPADDING="1">
<TR>
<TD>Name</TD></TR>
<TR>
<TD><INPUT NAME="Name" TYPE="text" SIZE=30></TD></TR>
<TR>
<TD>Company</TD></TR>
<TR>
<TD><INPUT NAME="Company" TYPE="text" SIZE=30></TD></TR>
</TR>
<TR>
<TD WIDTH="10%">E-mail :</TD></TR>
<TR>
<TD WIDTH="10%"><INPUT NAME="E-mail" TYPE="text" SIZE=30></TD>
</TR>
<TD WIDTH="10%">Comments or suggestions :</TD>
<TR>
<TD WIDTH="10%"><TEXTAREA name="comments" rows="10" cols="40"></TEXTAREA></TD>
</TABLE>
<P><INPUT NAME="Submit" TYPE="submit" VALUE="Submit">
<INPUT NAME="Reset" TYPE="reset" VALUE="Reset"></P>
</FORM>
</BODY>
</HTML>
Dear Dimi15
basharatali2000@yahoo.com
Please also explain that will i need to upload your given file to any web server like "www.angelfire.com" or i can use this file from any where like stand alone from my pc?
Thanks and best regards.
Dear Dimi15
It is strange to listen, but it is sometimes happens with yahoo e-mail accounts. Some services did not respond to the yahoo email account. Although this is my default e-mail address, but i am writing you some extra e-mail accounts so that you find any of them right.
1. basharatali2000@yahoo.com
2. basharat@fsd.comsats.net.p
3. basharatali1975@mailcity.c
Thanks for inconvinience to contact me. I am thankful to you....
Thanks and best regards.
Yours truly
Basharat Ali
Business Accounts
Answer for Membership
by: dimi15Posted on 2000-12-12 at 08:49:29ID: 11498
A way to do this would be :
2000@yahoo .be?subjec t=your subject" METHOD="POST" ENCTYPE="text/plain">
<FORM ACTION="mailto:basharatali
<TABLE WIDTH="80%" BORDER="0" CELLSPACING="4" CELLPADDING="1">
<TR>
<TD WIDTH="10%">Name</TD>
<TD><INPUT NAME="Name" TYPE="text" SIZE=30></TD>
<TD WIDTH="10%">Company</TD>
<TD><INPUT NAME="Company" TYPE="text" SIZE=30></TD>
</TR>
<TR>
<TD WIDTH="10%">E-mail :</TD>
<TD WIDTH="10%"><INPUT NAME="E-mail" TYPE="text" SIZE=30></TD>
</TR>
<TR>
<TD WIDTH="10%">E-mail :</TD>
<TD WIDTH="10%"><INPUT NAME="Comment" TYPE="text" SIZE=50></TD>
<P><INPUT NAME="Submit" TYPE="submit" VALUE="Submit">
<INPUT NAME="Reset" TYPE="reset" VALUE="Reset"></P>
</FORM>