需要准备的材料分别有:电脑、浏览器、html编辑器。
1、首先,打开html编辑器,新建html文件,例如:index.html,输入问题基础代码。
2、在index.html中的<body>标签中,输入js代码:
function fun() {
alert('click success!')
}
3、浏览器运行index.html页面,此时点击按钮d出了提示框。
使用<input type="button" value="new page" onclick="window.open('webform1.aspx','_blank')"> 调用onclick 事件。onclick 属性由元素上的鼠标点击触发。
注释:onclick 属性不适用以下元素:<base>、<bdo>、<br>、<head>、<html>、<iframe>、<meta>、<param>、<script>、<style>或 <title>。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)