Post by
nomuken »
https://forums.nicoclub.com/nomuken-u6987.html
Sat Nov 15, 2003 3:36 pm
Your code runs fine under Mozilla/Netscape, but not under IE. To stop IE from producing an error replace
const MY_CONST = 12;
with
MY_CONST = 12;
(friggin' Micro$oft :rolleyes)