Jump to content
Software FX Community

z-index or visibility (style)


User (Legacy)

Recommended Posts

  • 1 month later...

I found a solution using visibility.

<%= ChartFX1.GetHtmlTag(680,300,"auto","ChartFX1") %>

then I can use

document.all("ChartFX1").style.visibility = "hidden"

document.all("ChartFX1").style.visibility = "visible"

to set the visibility of the object.

If you do not suply a name ("ChartFX1") in GetHtmlTag, then the object is

named "Chart1"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...