File : index.html. ID : 0402
Skin : Default | Sons-of-obsidian | Sunburst | Highlighter | Frame
<body>
<script language="JavaScript">
<!--
function click() {
if (event.button==2) { alert('Lock right click'); }
}
document.onmousedown=click
//-->
</script>
<form action=recfirst.pl method=post>สร้างแฟ้มข้อมูล
<input type=submit value=Createfile>
</form>
<form action=recadd.pl method=post>เพิ่มระเบียนใหม่
User id : <input name=id value=4101001><br>
Password: <input name=passwd type=password>
<input type=submit value="Add new record">
</form>
<form action=recdel.pl method=post>ลบตามเลขลำดับของระเบียน
<input name=id value=4101001><input type=submit value="Delete record">
</form>
<form action=recchange.pl method=post>แก้ไขข้อมูลตามเลขลำดับ
<input name=id value=4101001><input name=passwd>
<input type=submit value="Change record">
</form>
<form action=reclst.pl method=post>นำข้อมูลมาแสดง
<input type=submit value=List>
</form>
<form action=recsort.pl method=post>จัดเรียงตามรหัส
<input type=submit value="Sort file">
</form>
</body>