Send email using form
send email. Feell free to give comments. Please vote for me thanks
AI
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.
소스 코드
<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>
원본 댓글 (3)
Wayback Machine에서 복구됨