My page quit working correctly under explorer when I added this line of code:
print("<span id=\"staticcombo\" style=\"position:absolute;left:0;top:0;visibility:hidden\">\n");
I have narrowed the problem down to the semicolons, when they are removed, the page will come up again. The problem is that I need the semicolons to print so that a java script I am building will work correctly.
I tried to escape the semicolons and that did not work. How do I print these little buggers?
Thanks,
Lance Earl