singleopenWin判斷方式

singleopenWin判斷方式
判斷singleopenWin觸發事件,撰寫Function

 

不好意思,那改成下列的觸發方式:

直接撰寫這個Function,他會在開窗關閉的時候自動呼叫,只要在下列if條件中去撰寫邏輯即可。

謝謝~


function checkPointOnClose(pReturnId){
//alert(pReturnId);
        if(pReturnId == "帶回的欄位代號例如txtuserId"){
                //程式碼
        }
}