|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/conceptlabs1/viateq/demo/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <title>Test to chech email from server</title> <!------------------------------------ META -------------------------------------> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta name="generator" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!------------------------------------ LINK -------------------------------------> </head> <!------------------------------------ COMPLAINT FORM -------------------------------------> <body> <h1>Test the email config</h1> <h1></h1> <h2>This test sends the input to the test_sample01.asp file. Once received the aspfile just writes the input out.</h2> <form name="myform" action="http://www.conceptlabs.com/viateq/demo/test_sample01.asp" method="POST"> <label for="Element1">Your Name: <input size= "45" type="text" name="Element1" id="Element1" value=""></label> <br><br> <input type="submit" value="Submit"> </form> </body> </html>