开发者

Is there such a thing as "Client Side" VBScript in web development?

开发者 https://www.devze.com 2023-02-22 19:49 出处:网络
I got into a a discussion with a co-worker today regarding client side scripts.JavaScript is the only client side scripting language I have used (and the only one i know of), but she seemed to think 开

I got into a a discussion with a co-worker today regarding client side scripts. JavaScript is the only client side scripting language I have used (and the only one i know of), but she seemed to think 开发者_Go百科that you could have VBScript on the client side as well. Is this true?


Yes, for Internet Explorer:

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

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

You can also have client-side c#.

0

精彩评论

暂无评论...
验证码 换一张
取 消