views:

96

answers:

1

I've already done some little things using Visual Basic and some nice things with eMbedded Visual Basic, but now I want to go on the scripting way, then I want to know if Linux, BeOS and other OSes browsers will support VBScript pages.

+4  A: 

VBScript is supported only by Internet Explorer. The only scripting language supported by other browsers (even on Windows) is JavaScript.

You can either rewrite your scripts to JavaScript or write VB interpreter in JavaScript ;)

el.pescado
Any way to use it with Firefox(atleast) on Linux?
Nathan Campos
I don't know of anything like that.
el.pescado
Other scripting languages can be supported with plugins (e.g. http://www.tcl.tk/software/plugin/), though Javascript is the only one that's generally supported out-of-the-box (and even it varies slightly across browsers). As far as I can tell, there's no VBScript plugin for Firefox.
outis