﻿function noConfirm(){
alert('未輸入驗證碼');
}

function errorConfirm(){
alert('驗證碼錯誤');
}

function dBerrorConfirm(){
alert('資料庫驗證失敗');
}