473,396 Members | 1,838 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

jscript or vbscript?

Do most people use vbscript or jscript to control their ASP pages? I'm
trying to decide which to learn.

Thanks for your help.
Jul 19 '05 #1
5 1461
Most people use VBScript. If you're going the down the web-developer path,
you'll wind up learning both, though. For client-side scripting, you should
always use javascript/jscript. But, for your server-side ASP code, you'll
find that 99% of the sample code out there is in VBScript. Also, if you ask
questions and don't specify what language you're using, I think that 99% of
the world will assume VBScript.

I also suggest that you skip it all and just get into ASP.net if you're not
yet familiar with either ASP (classic) or ASP.net.

Ray at hoem

"Bruce W.1" <bw@noDirectEmail.com> wrote in message
news:OA**************@TK2MSFTNGP12.phx.gbl...
Do most people use vbscript or jscript to control their ASP pages? I'm
trying to decide which to learn.

Thanks for your help.

Jul 19 '05 #2
I personaklly use VBScript........ with a little JScript when necessary
(rarely)

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"Bruce W.1" <bw@noDirectEmail.com> wrote in message
news:OA**************@TK2MSFTNGP12.phx.gbl...
Do most people use vbscript or jscript to control their ASP pages? I'm
trying to decide which to learn.

Thanks for your help.

Jul 19 '05 #3
Ray at <%=sLocation%> [MVP] wrote:
Most people use VBScript. If you're going the down the web-developer path,
you'll wind up learning both, though. For client-side scripting, you should
always use javascript/jscript. But, for your server-side ASP code, you'll
find that 99% of the sample code out there is in VBScript. Also, if you ask
questions and don't specify what language you're using, I think that 99% of
the world will assume VBScript.

I also suggest that you skip it all and just get into ASP.net if you're not
yet familiar with either ASP (classic) or ASP.net.

Ray at hoem

================================================== ===

Thanks for the suggestion. I'm already a MCP for ASP.NET. Now I'm
backtracking because there's so much existing ASP out there, and it's
still being widely used.
Jul 19 '05 #4

"Bruce W.1" <bw@noDirectEmail.com> wrote in message
news:uc**************@TK2MSFTNGP12.phx.gbl...
================================================== ===

Thanks for the suggestion. I'm already a MCP for ASP.NET. Now I'm
backtracking because there's so much existing ASP out there, and it's
still being widely used.


This is the first I heard of anyone learning backwards like that, but I
think it's an excellent idea! You're right - ASP.classic is everywhere.

Ray at home
Jul 19 '05 #5
"Bruce W.1" <bw@noDirectEmail.com> wrote:
Do most people use vbscript or jscript to control their ASP pages? I'm
trying to decide which to learn.


For client-side scripting, use JavaScript. If you write client side
script in VBScript, only IE will be able to run it, Netscape, Opera,
Mozilla products will not have a chance.

For server-side ASP scripting, most people use VB Script. I think
that's mainly because MS has always favored it (since it's their
proprietary language) and the large majority of examples you'll see
use VBScript. (The MSDN documentation does give examples in both
languages.)

Ultimately, which language you use server-side is a matter of personal
preference.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov
Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

29
by: Christopher Brandsdal | last post by:
If I have a .ASP page that runs JScript code - is it possible to include an ..ASP page that runs VBscript???
20
by: Harag | last post by:
Hi All. I'm stating out doing some web developing. I was wondering which of the server side languages should I concentrate on and learn. I Know CSS, HTML, T-SQL I can look at the client...
4
by: Harag | last post by:
Hi All I currently thinking of converting from my little knowledge of VBscript to jScript ASP. With this in mind I'm looking at my current code to see how it will convert over to Jscript. ...
15
by: Laser Lu | last post by:
In ASP and CGI, which one would be executed more fast and has the better execution efficiency in IIS? And how about writing CGI in VB? -- Best regards, Laser Lu
3
by: Christopher Brandsdal | last post by:
Hi! Maby this is wring newsgroup.. I'm using ASP / VBscript on my own cms system, but I needed to use some jscript to make something work... I'm new to jscript, so here is a simple question:...
10
by: Christopher Brandsdal | last post by:
I have this string: /sites/binaer/demo/fil/Winnie-the-Pooh 1024x768.jpg If I wanted to cut everything before Winnie-the-Pooh 1024x768.jpg, how would I do this? In VBScript I could find the...
7
by: joe | last post by:
I am having problems checking for the value of an XMLDOM object . Lets say my XMLDOM object was successfully created as objXMLDoc, and that has several nodes on it. In the case of a VBScript loop...
7
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - What is JScript? ----------------------------------------------------------------------- JScript is...
2
by: tunk | last post by:
I dont know where to start my question so let me tell you my story :) The ASP that cause me trouble is running on IIS that set ASP default language to JScript instead of VBScript. This ASP page...
1
by: Andrew Wan | last post by:
How can VBScript code access JScript code variables in the same ASP page? <SCRIPT LANGAUGE="VBScript"> Dim a a = 10 </SCRIPT> <SCRIPT LANGUAGE="JScript"> Response.Write(a); </SCRIPT>
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.