View Single Post
Old 12-18-2012, 02:51 PM   PM User | #3
devnull69
Senior Coder

 
Join Date: Dec 2010
Posts: 2,245
Thanks: 10
Thanked 531 Times in 525 Posts
devnull69 will become famous soon enough
Several questions:

1 - Did you intentionally put "false" as a third paramter to .open()? You should immediately set it to "true"
2 - Is http://www.ssicat.com the same domain, sub domain and protocol the current page has been served from? I am asking this because otherwise it would be a cross domain request that would require the server to send a specific resonse header (Access-Control-Allow-Origin) in order to allow requests from other origins :-)
devnull69 is offline   Reply With Quote