Hello,
I am trying to open a simple message modal from a server side button click.  After the server side code executes I am doing the following

ClientScript.RegisterStartupScript(this.GetType(), "configure", "<script type=\"text/javascript\">Telligent_Modal.Configure('/utility/loading.htm',['CommonModal'],['CommonModalTitle'],['CommonModalClose'],['CommonModalContent'],['CommonModalFooter'],['CommonModalResize'],['CommonModalMask'],100,false,true);</script>", false);

ClientScript.RegisterStartupScript(this.GetType(), "popup", "<script type=\"text/javascript\">Telligent_Modal.Open('http://www.yahoo.com', 500, 600, null); </script>", false);

This works fine in FireFox but fails in IE with Operation Aborted message. Any hints on what could be wrong?

 

Thanks,