首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

网页封锁时提示是否关闭

2012-10-09 
网页关闭时提示是否关闭htmlheadtitle code?? by?? meixx /title/headbody bgcolor#CCCCCC

网页关闭时提示是否关闭

<html>
<head>
<title> code?? by?? meixx </title>
</head>
<body bgcolor="#CCCCCC" onbeforeunload= "return?? '是否要关闭窗口? ' ">
<input?? type= "button "?? onclick= "this.disabled=true "?? value= "Click?? Me ">
<input type="button" disabled="true" value="aaaaaaa">
</body>
</html>

热点排行