Jump to content
Software FX Community

Internet explorer 5.5


User (Legacy)

Recommended Posts

Hi!

There was a strange event when we moved to internet explorer 5.5, and it

took some time to figure it out, so here is the story, I though it might

save someone else some time.

our chart appear as part of a desined asp, as follows

<%= chart1.GetHtmlTag("100%","100%") %>

it looked great in ie5, but in 5.5, there was no chart.

It turns out that the parsing is different, and the solution is to use

<%= chart1.GetHtmlTag(300,300) %>

HTH

Tal

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...