日期:2014-05-18  浏览次数:20753 次

js调用Action
页面关闭的时候动作怎么捕捉?在页面关闭时,可以调用Action的方法吗   ?

------解决方案--------------------
function window.onbeforeunload()
{
event.returnValue = "the page will be closed, comfirm to close? ";
}