|
-
Jan 22nd, 2003, 09:02 AM
#1
Thread Starter
Addicted Member
Simple question about Vb Script compatibility...
Hello guys!
I am fixing a project that an other corporation started to create, and the first problem that I heard is that people using any browser that is not internet explorer 5.5 or above, is having bad time trying to get in the system....
The project currently uses vb script, asp and java script and the data base is in access...
My question is Vb scritp only works with I.E 5.5 and above? Or works with lower versions and netscape, etc...?
Thanks guys!
Elminster
-
Jan 22nd, 2003, 11:35 AM
#2
Black Cat
Client-side VBscript is a Microsoft proprietary technology - it only works with IE, and probably only works correctly on Windows. You really should use official Javascript (ECMASCript compatible/W3C DOM, not MS Jscript)for client-side scripting, as that will work in almost all newer browsers.
The language you use on the server-side ASP or database shouldn't matter, BTW, its client side you need to worry about.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Jan 22nd, 2003, 05:34 PM
#3
Thread Starter
Addicted Member
Really thanks man!
Really thanks for your information!
I will search for the official JavaScript...=-)
Thanks for your time...
Elminster
-
Nov 9th, 2010, 06:57 AM
#4
Junior Member
Re: Simple question about Vb Script compatibility...
I've seen the following in the Release Notes of IE9, regarding VBScript:
"HTCs / VBScript
HTML Components (HTC) and VBScript code when used inside of an IE9 standards mode page are no longer executed in compatibility view. Consequently, DOM APIs used by the HTC or VBScript code now behave according to the IE9 standards mode version of the same APIs."
Does it mean that VBScript won't be executed anymore?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|