欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

confirm的用法示例用于按鈕操作時確定是否執(zhí)行

 更新時間:2014年06月19日 17:37:26   投稿:whsnow  
這篇文章主要介紹了confirm的用法,confirm一般用于按鈕操作時確定是否執(zhí)行,需要的朋友可以參考下
<script type = "text/javascript" language = "javascript"> 
function clear1() { 
if(confirm("確定要清空數(shù)據(jù)嗎?")) { 
document.main.text1.value = ""; }
} 
</script>
<body>
<form name="main"> 
<input type="text" name="text1" /> 
<input type="button" name="Submit" value="清空數(shù)據(jù)" onClick="return clear1();">
</form>
</body>

相關(guān)文章

最新評論