`

jsp隐藏按钮

    博客分类:
  • jsp
阅读更多

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jsp隐藏按钮</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE1 {color: #09347B}
-->
</style>
</head>
<body bgcolor="#9c9c9c">

<input type="submit" name="Submit1" id="Submit1" value="调查分析" class="button4" onclick="fx();"/>

</body>
</html>

<script type="text/javascript">
function fx(){
document.getElementById('Submit1').style.display='none';
}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics