<input class="button" type="submit" name ="cmd" value = "ตกลง">
<input class ="button" type="reset" name="reset" value = "ยกเลิก">
</form>
<SCRIPT LANGUAGE="VBSCRIPT" >
Dim x
Set x = document.form1
Sub cmd_OnClick
If document.form1.name.value <> " " and document.form1.note.value <> " " then
x.action = "result_newquestion.asp"
x.method= "post"
Else
document.write " <font Face = ' Ms sans Serif ' color = ' #c91f16' size = '2' > "&_
" คุณยังกรอกข้อมูลในส่วนที่สำคัญไม่ครบ กรุณากรอกให้ครบด้วยครับ <br>"
document.write "<a href = newquestion.asp> คลิกที่นี่เพื่อกลับไปกรอกข้อมูลให้ครบ </a></font>"
End if
End sub
</SCRIPT>