Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
Which link do I click on in the webpage provided? – h0tw1r3 Sep 14 '12 at 16:51
Sorry, the Get QPE Map button at fcd.maricopa.gov/Rainfall/Raininfo/raininfo_test.aspx – Chandra_Miller Sep 14 '12 at 16:53
1  
Works fine for me on IE8. – h0tw1r3 Sep 14 '12 at 16:53
Interesting... I am using IE8 Version 8:0.7601.17514 and it is not working. – Chandra_Miller Sep 14 '12 at 16:55
It works in Chrome too but I cant get IE to display anything... suggestions??? – Chandra_Miller Sep 14 '12 at 17:03
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.