answersLogoWhite

0

What is the difference between VB-Script and JavaScript?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

vbscript is used for server side as well as client side where as java script is used for client side only.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between VB-Script and JavaScript?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What you need to study to create your website?

I would suggest you start with HTML and then move on to JavaScript VBScript would come after that. EX: <html><body><!--HTML HERE--> <!--JAVASCRIPT STARTS BELOW--> <script language="JavaScript"> //JAVASCRIPT HERE </script> <!--JAVASCRIPT ENDS HERE--> <!--VBSCRIPT STARTS BELOW--> <script language="VBScript"> 'VBSCRIPT HERE </script> </body></html>


Which script interact with HTML?

Javascript or VBscript.


Difference between vbscript and java script?

Visual Basic script and JavaScript are both programming languages. JavaScript is used primarily to create websites, and has no user interface. Visual Basic is used to create software applications, has a user interface, and is less heavy on the code than JavaScript.


Can you program something in Javascript that starts a VBScript?

Yes. Just create a VBScript function/sub in the same document, and since it would be a member of the window object, Javascript would also be able to call it, like so: <script language='vbscript'> sub test() alert("test") end sub </script> <script language='javascript'> test(); </script>


How does a VBScript work?

VBScript, like Javascript is an interactive scripting language that works within HTML. For more information on how to use VBScript, visit the W3 Schools website by clicking on the related link.


Can you use javascript with asp?

Although ASP is usually written with VBScript, JavaScript may be used if the ASP framework was compiled with JS functionality.


Info on pop up ads?

They are caused by scripts on the web page either vbscript or Javascript


What is vb script and javascript?

vbscript and javascript are both client-side scripting languages, which means that they are used in HTML. vbscript and javascript are two different languages, just as English and french are two different languages. There are many places to learn them, but a good, rough outline for beginners, that covers all the basics, can be found at http://www.w3schools.com/


What does the term VBScript refer to?

The Active Scripting language, VBScript, is short for Visual Basic Scripting. It is a scripting language that was developed by Microsoft. VBScript can be found in several Microsoft software, like the web browser Internet Explorer, where it serves a function similar to JavaScript.


How do you get a window to pop up only after a video finishes using JavaScript or VBscript?

If you are playing the video in Flash you can call a javascript function at the end of the video streaming through getURL. So internally the javascript function will open the pop up window.


What programming languages don't need an ide?

HTML, JAVASCRIPT, ASP, and PHP are good ones. There is also VbScript and jQuery. They are all coded in Notepad.


What has the author Kevin Ready written?

Kevin Ready has written: 'Plug & Play Vbscript' 'Plug-n-play JavaScript' -- subject(s): World Wide Web, JavaScript (Computer program language), Plug and play (Computer architecture)