1<html>
2<body>
3<input type="button" onclick="windows.open('about:blank');this.diabled='true'" value="点击后禁用">
4</input>
5</body>
6</html>