Send email using form
send email. Feell free to give comments. Please vote for me thanks
AI
Tóm tắt bởi 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.
Mã nguồn
<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:[email protected]" 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>
Bình luận gốc (3)
Được khôi phục từ Wayback Machine