473,396 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How to do HTML Form

1
[html]<html>
<head>
<title>Superiordi Request Form</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<form action="MAILTO:myemail@email.com" method="post" enctype="text/plain" name="request_form" id="request_form" onSubmit="checkRequired(this)">
<input type="hidden" name="required" value="date_of_request, name_of_request, email_of_request, description">
<p align="center">&nbsp;</p>
<table width="75%" border="1" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<tr align="right" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<td width="41%"> <div align="right"><font size="2" face="Arial, Helvetica, sans-serif"><strong>Date
of Request:</strong></font></div></td>
<td width="59%"> <div align="left"><font size="2" face="Arial, Helvetica, sans-serif">
<input name="date_of_request" type="text" id="date_of_request">
</font></div></td>
</tr>
<tr align="right" valign="top">
<td> <div align="right"><font size="2" face="Arial, Helvetica, sans-serif"><strong>Name
of Requestor:</strong></font></div></td>
<td> <div align="left"><font size="2" face="Arial, Helvetica, sans-serif">
<input name="name_of_requestor" type="text" id="name_of_requestor" size="50">
</font></div></td>
</tr>
<tr align="right" valign="top">
<td> <div align="right"><font size="2" face="Arial, Helvetica, sans-serif"><strong>E-mail
of Requestor:</strong></font></div></td>
<td> <div align="left"><font size="2" face="Arial, Helvetica, sans-serif">
<input name="email_of_requestor" type="text" id="email_of_requestor" size="50">
</font></div></td>
</tr>

<tr align="right" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<td nowrap>
<div align="right">
<p><font size="2" face="Arial, Helvetica, sans-serif"><strong>Description
of Request:</strong><br>
<em>Include Part Numbers, Names, Etc.</em></font></p>
</div></td>
<td nowrap>
<div align="left">
<p><font size="2" face="Arial, Helvetica, sans-serif">
<textarea name="description" cols="50" rows="5" id="description"></textarea>
</font></p>
</div></td>
</tr>
<tr align="right" valign="top">
<td height="20">
<div align="right"><font size="2" face="Arial, Helvetica, sans-serif"><strong>Low
Priority</strong> <em>(work will begin in 30 days)</em></font></div></td>
<td> <div align="left"><font size="2" face="Arial, Helvetica, sans-serif">
<input name="low_priority" type="checkbox" id="low_priority" value="yes">
</font></div></td>
</tr>
</table>

<p align="center">
<input type="submit" name="Submit" value=" Submit ">
<input id="Clear " type="reset" value=" Clear " name="Clear ">
</p>
</form>

</body>
</html>[/html]
Dec 13 '07 #1
1 1304
Markus
6,050 Expert 4TB
Is this a question? If it is, please be descriptive of your problem.

Otherwise, please use the relevant forum.
Dec 13 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: sammmista | last post by:
hello experts, Plz dont treat this as another newbie query , i did my homework but still getting nowhere :( :( :( Trying to learn PHP on Fedora core 1 (PHP 4.3,MySQL,HTTPD).Unable to post data...
7
by: JDS | last post by:
Hi, all. I'd like to do the following, preferably *without* resorting to JavaScript: I have a long, dynamically-generated form questionnaire. Not all of the form fields are dynamically...
2
by: Holger Butschek | last post by:
Hi folks, first of all, I'm absolutly new to javascript. I have designed a html-form and am trying to path parameters with the suffix of i.e. ?Seminartitel=hallowelt in the url. In the head...
16
by: Philippe C. Martin | last post by:
Hi, I am trying to change the data in a form field from python. The following code does not crash but has no effect as if "form" is just a copy of the original html form. Must I recreate the...
1
by: Glen | last post by:
Hi, Do you know if it's possible to send an HTML E-Mail with an HTML Form (<form></form>) embedded in it?? And if so, will Outlook (a) render the form properly and (b) allow you to submit the...
2
by: Mark | last post by:
Hi all, I have a WYSIWYG editor which allows people to insert a form into a page. This information is stored in a database and at run-time is displayed inside a content placeholder (I'm using...
1
by: John Wolff | last post by:
I’m trying to upload a file to a Web Service. I have to submit the file using a standard HTML form with the <input type=“file” /tag. Ultimately, we are submitting the file from a Flash 8...
0
by: bp_jobemail | last post by:
I'm trying to use PHP to wrap the output of an HTML form before it goes into a precompiled C cgi script. Essentially, the company that I work for uses a purchased precompiled c program for their...
9
by: dhtml | last post by:
I have written an article "Unsafe Names for HTML Form Controls". <URL: http://jibbering.com/faq/names/ > I would appreciate any reviews, technical or otherwise. Garrett --...
1
by: Lelu | last post by:
Hi, My HTML form is generating some blank email responses; does anyone see anything wrong with the scripts?: function isFormVarExcluded(thisForm, strToCheck) { var strExcludeVars =...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.