Jump to content
Software FX Community

RE: Popupon/Popupoff Javascript Code


Software FX

Recommended Posts

Please note that this code is shareware code and it is not supported by Software FX. 

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

-----Original Message-----

From: Damon Carr [ mailto:dcarr@answerspace.com]

Posted At: Monday, November 22, 1999 5:38 PM

Posted To: Client

Conversation: Popupon/Popupoff Javascript Code

Subject: Popupon/Popupoff Javascript Code

I am trying to use the following:

chart.ImgMap = CHART_MAP_MOUSETIP

I used the code supplied in the help file but it seems to be missing the

JavaScript routines that provide the support for Popupon and Popupoff. The

example even refers to the Javascript in the head of the page but it is not

there in the example.

Can you email me the Javascript code or point me to where I can find it?

Thanks,

Damon Carr

****************************

I have included the help text for your review:

<!-- #include virtual="/Include/CfxIE.inc" -->

<!-- This div is required by the implementation of popupon -->

<div id="popup" style="position:absolute; z-index:1; visibility:

hidden"></div>

<!-- Please note the javascript code in the head section of this page -->

<%

Set chart = Server.CreateObject("ChartFX.WebServer")

chart.SerLeg(0) = "Sales"

chart.SerLeg(1) = "Projected"

' Generate Title attribute in AREA tags

chart.ImgMap = CHART_MAP_MOUSETIP

' If you want to customize the string that appears on the tooltip you

can use the TipMask property

chart.TipMask = "Your Value %v"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...