Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am beginer in VB scripting, I tried to use a hello world program in VB but it gives compilation error somebody please help me how to solve this problem.


I use following code

I written this code in notepade and saved as Hello.vbs

<html>
<body>
<script type="text/vbscript">
document.write("Hello World")
</script>
</body>
</html>
Posted
Updated 7-Nov-11 21:46pm
v2

Mehdi is right, It'll work only in IE.
Wiki[^] says:
However, other web browsers such as Firefox and Opera do not have built-in support for VBScript. This means that where client-side scripting and cross-browser compatibility are required, developers usually choose JavaScript over VBScript.
For details about the particular Error number, see this
Code Error 800A0400 - Expected Statement[^]
 
Share this answer
 
Comments
Ajain A K 8-Nov-11 4:36am    
Hi thatraja,

Thanks a lot for the comment, I understand what Mehadi is saying. I am not using any other browser, I am trying with only IE
thatraja 8-Nov-11 4:38am    
OK then check the link(error-solution) in my answer.
Mehdi Gholam 8-Nov-11 7:27am    
5'ed
open a notepad & write the following line:

msgbox("Hello World")

save it as Hello.vbs, when you double click, this will display the alert box.

check the following VB script tutorial

http://www.w3schools.com/vbscript/default.asp[^]
 
Share this answer
 
Comments
Mehdi Gholam 8-Nov-11 3:51am    
5'ed
This script will only run under IE not as a ".vbs" file.

See here:
http://www.w3schools.com/vbscript/default.asp[^]
 
Share this answer
 
Comments
Ajain A K 8-Nov-11 4:17am    
Hi Mehdi,

Thanks a lot for the quick response.

I am using only one browser in my PC that is Internet Explorer.

please note this URL

http://www.tizag.com/vbscriptTutorial/vbscriptfirstscript.php

please share if you find any other alternative
thatraja 8-Nov-11 7:19am    
5!
Mehdi Gholam 8-Nov-11 7:27am    
Cheers

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900