2014年6月18日 星期三

Web(4) HTML +VB Script 的HELLO WORLD

做一個簡單的"Hello world"程式。
l   結果如下:




l   Sample code 如下:
<html>
<head>
</head>
<body>
<h1>
<script type="text/vbscript">
    document.write("Hello World")
</script>
<h1>
</body>
</html>



沒有留言:

張貼留言