|
| |||||||||
| Tags: difference, javascript, javascript and vbscript, vbscript |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Difference between javascript and vbscript
Hi, I am doing the web designing course.In it's portion of HTML and DHTML is completed. and just started scripting. Basically there are two type of scripting first is Javascript and another is VBscript. Anybody know the difference between them? From Javascript and VBscript which is the best ans easier for scripting? Your help will be greatly appreciated.... |
|
#2
| ||||
| ||||
| Re: Difference between javascript and vbscript
For complete web designing you will require both javascript and vbscript. You can not choose only one of them. Javascript: 1. Javascript is case sensitive scripting. 2. Javascript run on client side. VBScript: 1. vbscript is not case sensitive scripting. 2. vbscript run on server side. |
|
#3
| ||||
| ||||
| Re: Difference between javascript and vbscript
Javascript and VBScript are both the scripting languages use as interface with ASP technology. According to my knowledge they are both just equally strong. There is only difference is the syntax of both of them. You should try a few things with Javascript and VBScript as I tried to determine which one feels best. For you information for the ASP.NET you will need to use VB, or C#.If you ask about my suggestion ,I prefer the syntax for javascript and C#. As they are similar to PHP. |
|
#4
| ||||
| ||||
| Re: Difference between javascript and vbscript javascript is case sensitive scripting language .It is used on client side for checking validations for input data from form.vbscript is used on the server side for validations of server side data . VBscript is the default language for ASP.. most of the tasks which are very complicated and based on some complex logic are very easy in vbscript e.g.. To check the blank field validation in the form we only need to use trim function of VBscript. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Difference between javascript and vbscript" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use TextStream in VBScript? | Deward | Software Development | 3 | 16-12-2010 06:17 AM |
| VBScript for .NET | Bharat89 | Software Development | 3 | 03-12-2009 04:50 PM |
| About VBScript Editing | Modifier | Software Development | 2 | 02-09-2009 06:34 PM |
| help with vbscript | andrakis2 | Networking & Security | 3 | 24-08-2009 07:13 AM |
| vbscript error | chriskli21 | Vista Setup and Install | 10 | 24-05-2008 12:36 AM |