Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VBScript with Mozilla
Name: rohnds Date: September 25, 2005 at 15:18:27 Pacific OS: 2000 CPU/Ram: 256
Comment:
I have written a VBScript codes to develop my webpage. I have always tested it using IE. Today, I learned that when I am using Mozilla, none of my VBScipt codes are fired.
Can some please advice?
Here is the website: www.geocities.com/familypetpic
Name: Michael J (by mjdamato) Date: September 25, 2005 at 20:39:47 Pacific
Reply:
Well, there are errors in your code - even in IE. Perhaps IE is continuing the functions despite the errors. Or, your code might contain functions/properties that are not supported by other browsers. IE tends to have a lot of proprietary functionality.
0
Response Number 2
Name: anonproxy Date: September 25, 2005 at 20:43:00 Pacific
Reply:
Welcome to the world of Windows programming! If I am not mistaken, VBscript uses a ActiveX (i.e. COM) interface and therefore us unsupported by Mozilla/Firefox. This is actually a good thing, though not when you have VBscript to run. VBscript essentially denies the enduser control over their own program and is a security problem.
Use javascript instead. It has much better support across all major browsers.
0
Response Number 3
Name: rohnds Date: September 25, 2005 at 21:07:48 Pacific
Reply:
If there any error can you be more specific so that I can correct them.
0
Response Number 4
Name: Michael J (by mjdamato) Date: September 26, 2005 at 06:58:15 Pacific
Reply:
Can't you see the errors? When I load the page in IE, there is a little yellow error icon in the lower left of the window. Double click it to see the errors. BTW: Yo can configure IE to show a pop-up when it encounters an error, but then you would get that pop up when surfing other sites with errors as well.
Summary: Hy, I have a PHP raport and I'm using a MySQL database. That raport have to show me information from database. These information from database I only can see them with Internet Explorer (I'm using it ...
Summary: "is Javascript a additional thing for Html or is its own language?" Javascript is its own language. A browser is a program which interprets many things into one package - web browsing. A browser use...
Summary: sorry, I might not understands you correctly... /snip Then I use mozilla for ftp to the site /snip what exactly did you mean by this? have you checked the "live site" on http:// with IE, and the backg...