amit_h123 0 Posted March 4, 2006 Report Share Posted March 4, 2006 Hello, I have just entered in the world of scripting and the first doubt which is buggin me is what should i use for my website a Java script or a Vb script..can anyone tell me what the difference between the two and in what aspects they are used...or are they interchangeable....Thanks Quote Link to post Share on other sites
jneaod 0 Posted March 5, 2006 Report Share Posted March 5, 2006 As far as i know VBScript is for microsoft internet explorer, and javascript is for netscape. Not sure about firefox. I'm not sure if they are interchangeable, but javascript can run on internet explorer. Quote Link to post Share on other sites
Webworldx 0 Posted March 9, 2006 Report Share Posted March 9, 2006 Javascript should be your choice, it's cross-browser and much more widely used. Quote Link to post Share on other sites
Agustine 0 Posted March 10, 2006 Report Share Posted March 10, 2006 I like javascript it isn's very difficult to learn and can do a lot of things once you get the hang of it. Quote Link to post Share on other sites
bnzenith 0 Posted March 25, 2006 Report Share Posted March 25, 2006 the main thing about scripting... is that... where the script is going to execute...on the server or on the client machinevb script is designed to execute on the server...use for dynamic page design.....meen... u want to display data from the date base on the basis of the information provided....where as java script is use to run on client machine...basically use for validating inputs..i think it these info will be sufficent for u for a start Quote Link to post Share on other sites
aleksanteri 0 Posted April 1, 2006 Report Share Posted April 1, 2006 I find VBS much easier than JS. Also, W3Schools has a total ref of all funcions :)I QUESS you should first do VBS and when you know it, go on to JS. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.