Posted on: 9/11/2014 5:14:15 PM | Views : 462

I'm trying to load html file to label control.
It works with chrome and FF . But not loading with IE any version
http://localhost:59784/SampaleProject.Web/Uploads/Applications/HTMLApplications/17970/456552/21_31_9_2014_May_CV.html
<script type="text/javascript"> function load_home() {
document.getElementById("content").innerHTML = '<object type="text/html" data="<%=HTMLCV%>" width="100%" height="1000px"></object>';
}
</script>

Go to the complete details ...