shark1 Posted August 8, 2004 Share Posted August 8, 2004 Hello, I'm using FireFox and whenever there is a topic with many comments (300+) i can't see it. I get this error : function imgOn(imgName) { if (document.images) { document[imgName].src = eval("on" + imgName); } } function imgOff(imgName) { if (document.images) { document[imgName].src = eval("off" + imgName); } } That's about it. nothing else on the page. Any ideas ? Link to comment Share on other sites More sharing options...
Lee Posted August 9, 2004 Share Posted August 9, 2004 300+ comments wow. Where's this? Link to comment Share on other sites More sharing options...
Recommended Posts