<script language ="vbscript">
sub quding
'这里应该怎么写才能隐藏按钮,使它不可见?
end sub
</script>
<body>
<input type="button" name="yes" value="取消" onclick="quxiao">
<input type="button" name="yes" value="隐藏按钮" onclick="quding">
</body>
[ Last edited by jmz573515 on 2007-6-20 at 09:43 PM ]
sub quding
'这里应该怎么写才能隐藏按钮,使它不可见?
end sub
</script>
<body>
<input type="button" name="yes" value="取消" onclick="quxiao">
<input type="button" name="yes" value="隐藏按钮" onclick="quding">
</body>
[ Last edited by jmz573515 on 2007-6-20 at 09:43 PM ]
