remove a button by click itself

<html>
<head>
<title>remove a button by click itself</title>
</head>
<body style="background:lightgray">
<p>Click the button to test:</p>
<button onclick="remove()">remove me</button>
</body>
</html>

Comments

Popular posts from this blog

How to write data into a excel file using vbscript

Format date as yyyy-mm-dd using vbscript