﻿<!--
//下一步
function sendForm() {
	with(document.fm) {
		if (checkdata(mcreateid.value, 0, "您的暱稱") == false) return;
		if (checkdata(mcontent.value, 0, "回應內容") == false) return;
		if (checkdata(mcode.value, 5, "認證碼") == false) return;
		submit();
	}
}

-->
