I haven’t checked with IE9 but I have a simple JS that utilizes document.write to display some information. It works on every browser except IE 6, 7, 8. I checked all my other code and when I decided to eliminate all of it and simply put
document.write(Testing);
I got nothing from IE. Is there another command I can use. I am new to Javascript.
I’m not sure how your original code is using document.write, but you could achieve more or less the same effect this way: