vb script vs javasript

slickNsik

New member
Joined
Apr 18, 2007
Messages
2
Programming Experience
Beginner
Hello.

One of my leactures at college gave us this Question as a small report:

"vb script can enhance the user experience and improve grealty the efficency of the client server model." give reasons for your answer."

Athough it can enhance a web site , i think that using javascript instead is far greater as it has built in support from all major web browers as opposed to microsofts inferior version.

what do you guys think?
 
That quote looks as a statement, not a question. I think you're confusing VBScript, that can be used for clientside scripting in webpages like Javascript, with VB.Net used in serverside code-behind of ASP.Net. Client-side scripting is used as the quote says to enhance user experience with features that can't be implemented from the code generated from server-side and in some cases to avoid roundtrips back to server (which result in loadtime and the ever pretty page reload) when that is the other option to achieve the same functionality.
 
thanks

I am Actually studying both vb.net and vb script in college im doing a business course with relevence to I.T i realize this is'nt a vb script forum but I thought since its a cut down script version of visual basic I would ask the question.

but thanks for your input i liked your explanation of vbsript i might just use it in my question :D
 
Back
Top