HTML Button onClick事件

HTML <button onclick =“”>是一个事件属性, 当单击按钮时, 它将执行脚本。所有浏览器均支持此属性。单击按钮时, 它也用于调用函数。

句法:

<button onclick=" single value script">

例子:

示例1:以下示例描述了如何使用button标签:

<!DOCTYPE HTML> 
<html> 
<head>  
<title> 
example of onclick button
</title> 
<script> 
function welcome() { 
window.open("https://www.srcmini02.com/");
} 
</script> 
</head> 
<body style = "text-align:center"> 
<button onclick="welcome()"> Welcome to our website </button>         
</body> 
</html>

立即测试

输出:

HTML按钮onClick

浏览器支持

Element Chrome IE Firefox Opera Safari
<onClick> Yes Yes Yes Yes Yes

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_49791.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?