<font face="MS Sans
Serif">
<!-คำสั่ง
Form ให้จัดส่งไปข้อมูลไปประมวลผลที่ file quiz.asp->
<form action=quiz.asp method=post>
<!-Form
ประเภท Hidden กำหนดตัวแปรแบบซ่อนเพื่อระบุประเภทแบบทดสอบ->
<input type=hidden name=typeQ value=วิชาสังคมศึกษา>
<!-Form
ประเภท Textbox กำหนดตัวแปร รหัส ชื่อ นามสกุล->
รหัสนักศึกษา<input type=text
name=uid>
ชื่อ/นามสกุล<input type=text name=nameFL><p>
<!-Form
ประเภท Radio กำหนดตัวแปร คำตอบ->
ข้อ 1 จังหวัดพิษณุโลกมีชื่อเรียกอีกอย่างหนึ่งว่า ?<p>
<input type=radio name=aws1 value=เมืองสองแคว> เมืองสองแคว<br>
<input type=radio name=aws1 value=เมืองสามแคว> เมืองสามแคว<br>
<input type=radio name=aws1 value=เมืองสี่คว> เมืองสี่แคว<p>
<input type=submit >
<input type=reset>
</form>
|