终止一個正在发送的表单

来源:互联网 发布:92game源码破解 编辑:程序博客网 时间:2024/05/18 16:18
window.location.stop(); or
<input type=button value=停止 onclick="document.execCommand('stop')">
原创粉丝点击