B
Ben Crowell
My development environment is Firefox on Linux. I have a javascript app
http://www.lightandmatter.com/calc/inf
that works on Firefox, and I can verify using browsershots.org that it
works on various browsers and operating systems. IE has me tearing my
hair out, however. I don't own a Windows machine, and the only ones I
have access to are at work, where I don't have privileges to install
software, so I can't install Microsoft Script Editor. Via browsershots
and testing at work, I'm finding that my code runs in some builds of
IE 6 but not others. It also seems to run in IE 8, but not in IE 7
(neither of which I have access to at work). This is an open-source
project that I'm doing for fun, so going out and buying three Windows
machines to run IE 6, 7, and 8 is not really on my agenda I do have
hands-on access to one machine running IE 6 on which I get an error
message complaining about syntax, but the message is annoyingly vague --
it tells me I've got an error on a certain line, but it doesn't tell
me which of my nine files the error is in <:-O
Can anyone suggest any sane way to deal with this?
http://www.lightandmatter.com/calc/inf
that works on Firefox, and I can verify using browsershots.org that it
works on various browsers and operating systems. IE has me tearing my
hair out, however. I don't own a Windows machine, and the only ones I
have access to are at work, where I don't have privileges to install
software, so I can't install Microsoft Script Editor. Via browsershots
and testing at work, I'm finding that my code runs in some builds of
IE 6 but not others. It also seems to run in IE 8, but not in IE 7
(neither of which I have access to at work). This is an open-source
project that I'm doing for fun, so going out and buying three Windows
machines to run IE 6, 7, and 8 is not really on my agenda I do have
hands-on access to one machine running IE 6 on which I get an error
message complaining about syntax, but the message is annoyingly vague --
it tells me I've got an error on a certain line, but it doesn't tell
me which of my nine files the error is in <:-O
Can anyone suggest any sane way to deal with this?