本帖最后由 张小平 于 2012-12-12 11:26 编辑
第一组
<body;;onbeforeunload="window.event.returnValue='文章会丢失'">
<input type="button" id="btn" value="模拟对话框" />
<input type="text" />
<textarea cols="20" rows="50"></textarea>
第二组
<bodyonbeforeunload="window.event.returnValue='文章会丢失'">
<input type="button" id="btn" value="模拟对话框" />
<input type="text" />
<textarea cols="20" rows="50"></textarea> |