My webpage is working correctly in FireFox Browsers but wont work in IE8. I think it is due to window.open().
Here is the webpage enter link description here
Here is the specific code:
url="http://nmq.ou.edu/cgi-bin/tools_QPE.cgi?1+0+2+"+YE+"+"+ME+"+"+DE+"+"+TE+"+0+0+34.50+114.00+32.50+800+632+4101+0+0+1+0+Q2RAD_HSR_GC+Q2RAD_HSR_GC+"+TS+"+english+none+CNTY";
window.open(url, "nmq");
}
I have added a second argument to the window.open command, removed all spaces, turned off my pop-up blocker, and disabled my protected mode. I am running out of ideas... any help/suggestions would be greatly appreciated.