0
我有一個檢查我的ASP服務器端,但是當我有以下代碼。我無法得到返回假的工作?任何人都可以請給我一個伸出援助之手確認框返回false將無法在服務器端工作?
if Ubound(arr) < 0 then
response.write "<script language='javascript'>"
response.write "if (confirm(""Emptying the selected box will delete the Holiday Calendar Code"")==0)"
response.write " {return false;}"
response.write "</script>"
end if
那是什麼打算呢?如果它有效,它會做什麼? –
我只想提示用戶選擇繼續運行服務器代碼或停止並返回到頁面。我試過windows.history.back,但服務器代碼仍然繼續。 –
服務器上沒有用戶。你必須從客戶端提示他們。 –