﻿/*顯示認證碼 o start1*/
function get_Code() {
        var Dv_CodeFile = "../ContactUs_v1.3/GetCode.asp"; /*主要驗證碼程式路徑及檔名*/
        if(document.getElementById("imgid"))
                document.getElementById("imgid").innerHTML = '<img src="'+Dv_CodeFile+'?t='+Math.random()+'" Title="點擊刷新驗證碼" style="cursor:pointer;border:0;vertical-align:middle;" onclick="this.src=\''+Dv_CodeFile+'?t=\'+Math.random()" />'
}
/*o end*/
