﻿<!--
// JavaScript Document
function BlogApply() {
	vfm = document.getElementById("fmblog");
	if (vfm != null) {
		with(vfm) {
			//if (museblog.checked) {
				if (checkdata(mcateno.value, 0, "部落格分類") == false) return;
				if (checkdata(mblogName.value, 0, "部落格名稱") == false) return;
				if (checkdata(mblogTags.value, 0, "部落格標籤") == false) return;
			//}
			if (checkdata(mcode.value, 5, "驗證碼") == false) return;
			//submit();
			ax_url.postform("fmblog", "member_blogsave_in.asp", "PageContent");
			//return;
		}
	} else {
		alert("無法加入會員哦～");	
		return;
	}
}
//-->

