IE7 freez on Import
Posted: Wed Sep 30, 2009 1:16 pm
Hi,
I have the following issue if somebody could please assist me.
I have a button on my web form in asp.net that generates a chart that is exported as a tee file to a specific directory on the server side. After the tee file is generated and the load event of the page executes at client side I Import that specific tee file (document.getElementById("TChart1").Import.LoadFromURL(..)), where in effect IE freezes and after a while crashes with a timeout error.
This is the method I really want to use for my specific scenario.
Any suggestions would be appreciated.
I have the following issue if somebody could please assist me.
I have a button on my web form in asp.net that generates a chart that is exported as a tee file to a specific directory on the server side. After the tee file is generated and the load event of the page executes at client side I Import that specific tee file (document.getElementById("TChart1").Import.LoadFromURL(..)), where in effect IE freezes and after a while crashes with a timeout error.
This is the method I really want to use for my specific scenario.
Any suggestions would be appreciated.