01.
<html>
02.
<head>
03.
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
04.
<title>Insert Record With RadioButton</title>
05.
</head>
06.
<body background=
"picture/paper-1990111_1920.jpg"
text=
"#283747"
>
07.
<form method=
"post"
action=
'insertTextbox.php'
>
08.
<i>รายละเอียด</i>
10.
จำนวนชิ้นงาน</a>
12.
w3schools </a>
13.
<table border=
"0"
>
14.
<tr>
15.
<td><img src=
"picture/aiai.png"
></td>
16.
</tr>
17.
</table>
18.
<fieldset>
19.
<legend><h1>กรอกข้อมูลผู้ใช้งาน</h1></legend>
20.
<b>ID</b> : <input type=
"text"
name=
'idn'
>
21.
<b>NAME</b> : <input type=
"text"
name=
'name'
><br><br>
22.
<b> DEPARTMENT</b> :
23.
<input type=
"radio"
name=
'D'
value=
'3'
/>แผนก 3
24.
<b>POINT</b> :
25.
<select name=
'P'
>
26.
<option name=
'P'
value=
"1-จุดตัด"
>1-จุดตัด</option>
27.
<option name=
'P'
value=
"2-จุดปั๊ม"
>2-จุดปั๊ม</option>
28.
<option name=
'P'
value=
"3-จุดพับ"
selected=
"selected"
>3-จุดพับ</option>
29.
<option name=
'P'
value=
"4-จุดอาร์ค"
>4-จุดอาร์ค</option>
30.
<option name=
'P'
value=
"5-จุดแต่ง"
>5-จุดแต่ง</option>
31.
<option name=
'P'
value=
"6-จุดเชื่อม/ประกอบ"
>6-จุดเชื่อม/ประกอบ</option>
32.
<option name=
'P'
value=
"7-จุด Amada"
>7-จุด Amada</option>
33.
</select><br><br>
34.
<b>CODE MACHINE</b> : <input type=
"text"
name=
'codemachine'
><br><br>
35.
<b>JOB NO</b> : <input type=
"text"
name=
'job'
><br><br>
36.
<b>INV CODE</b> : <input type=
"text"
name=
'inv_code'
><br><br>
37.
<input type=
"submit"
value=
"Save"
/>
38.
<input type=
"reset"
value=
"Reset"
/>
39.
</fieldset>
40.
</form>
41.
</body>
42.
</html>