Update test.html
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h5>This is test page</h5>
|
<h5>This is test page</h5>
|
||||||
<button onclick="displayInfo()">Test Button</button>
|
<button type="button" onclick="displayInfo()">Test Button</button>
|
||||||
<div id="output"></div>
|
<div id="output"></div>
|
||||||
<script>
|
<script>
|
||||||
function displayInfo() {
|
function displayInfo() {
|
||||||
|
|||||||
Reference in New Issue
Block a user