Results 1 to 4 of 4

Thread: Simple question about Vb Script compatibility...

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    251

    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

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    251

    Really thanks man!

    Really thanks for your information!
    I will search for the official JavaScript...=-)

    Thanks for your time...

    Elminster

  4. #4
    Junior Member
    Join Date
    Oct 2010
    Location
    Brussels
    Posts
    26

    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
  •  



Click Here to Expand Forum to Full Width