Horrid blast from the past
Did something yesterday I had hoped I would never need to do again — get some JavaScript to work in all available browsers. Why are we still having this issue? OK, in this case it was because the “ease of use” item I had been using from one <cough, cough> browser isn't part of the W3C DOM. After I changed the code to be compliant with the standard it worked in IE, Firefox and Opera. (hmmm, forgot to test Safari... oops). Still, why isn't there a great JavaScript editor that works cross browser yet? Or do I just not know about it?
TTFN - Kent