2011-04-06 46 views

回答

5

是,對於Internet Explorer:

<script language="vbscript"> 
    MsgBox ("Your entry was valid.") 
</script> 

鏈接: http://www.asp101.com/tips/index.asp?id=35

你也可以有客戶端的C#。

+7

@Abe注:VBSCript只適用於IE瀏覽器。 – Chandu 2011-04-06 21:47:01

+3

也請注意,VBScript只能在IE中使用。 http://w3schools.com/vbscript/default.asp – 2011-04-06 21:47:56

+1

我想補充一點,VBScript只能在Internet Explorer中使用。 – MusiGenesis 2011-04-06 21:52:08