打印

ASP

ASP

各位瞧瞧它去运运啊。

<html>
<head>
<script language="VBScript"><!--
sub btmButton_onClick
Msgbox "Hi! you have clicked on me!You are Welcome! "
End Sub
--></script>
</head>
<from>
<input type= "button " value= "Click me! " name= "btmButton ">
</form>
</html>

TOP