摘要: 3.1 Alert 对话框<input name="btn" type="button" onClick="alert('你是坏人');" value="弹出一个对话框" />3.2 Confirm 对话框<script>function con(){if(confirm("确定还是取消")){alert("你按了确定");}else{alert("你按了取消");}}&l... 阅读全文
posted @ 2009-06-12 10:37 teacherzj 阅读(216) 评论(0) 推荐(0)