Advertisement
C_Volume2 Files/ File Controls/ Input/ Output #83797

Send email using form

send email. Feell free to give comments. Please vote for me thanks

AI

Podsumowanie AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Kod źródłowy
original-source
<html>
<head>
/* Done by Priscilla Khoo */
<title>User Information!</title>
<script language = "VBScript">
<!--
Sub cmdSubmit_onClick
' Submit this form for processing.
 MsgBox "Your form has been submitted."
 Document.frmUserInformation.Submit
End Sub
-->			
</script>
</head>
<body>
<h1> User Information!</h1>
<Form Name = "frmUserInformation" Action = "MAILTO:yupi_girl@hotmail.com" Method = "post" enctype = "text/plain" >
<table>
<tr>
<td><b>User Name:</b></td>
<td><Input Type = "Text" Name = "txtUserName" Size = 20></td>
</tr>
<tr>
<td><b>Email ID:</b></td>
<td><Input Type = "Text" Name = "txtEmailID" Size = 20></td>
</tr>
<tr>
<td><b>Address:</b></td>
<td><input Type = "Text" Name = "txtAddress" size = 20></td>
</tr>
<tr>
<td><b>Mobile No:</b></td>
<td><Input Type = "Text" Name = "txtMobileNo" Size = 20></td>
</tr>
<tr>
<td><INPUT TYPE="Submit" NAME="cmdSubmit" VALUE="Submit"></td>
</tr>
</table>
</Form>
</body>
</html>
Oryginalne komentarze (3)
Odzyskane z Wayback Machine