onbeforeunload只在IE下起作用…郁闷
02月 8, 2008
window.onbeforeunload = function ()
{
// . . .
event.returnValue = “You will lose any unsaved content”;
// . . .
}
window.onbeforeunload = function ()
{
// . . .
event.returnValue = “You will lose any unsaved content”;
// . . .
}
No comments yet. Wanna add one?
RSS feed for comments on this post. TrackBack URL