Jump to content
Software FX Community

RE: Tooltips using scripting example


Software FX

Recommended Posts

ChartFX IE will always generate calls to PopupOff and PopupOn but how you write those functions is up to you. In the scripting sample we are using some shareware code that seems to handle both IE and Netscape nicely but you are free to write your own implementation for these functions

Please note that our sample contains the following code in the <HEAD> section

<script type="text/javascript" language="JavaScript" src="/Library/helpmaster.js">

</script>

<script language="JavaScript">

if (!(document.all||document.layers))

event = null;

</script>

The helpmaster.js contains the implementation of PopupOff and PopupOn that we are using in this example.

Regards,

Juan Cegarra

Software FX, Inc.

juanc@softwarefx.com

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

From: CfxIE4B On Behalf Of Alan Steinberg

Posted At: Monday, July 26, 1999 2:59 PM

Posted To: Server

Conversation: Tooltips using scripting example

Subject: Tooltips using scripting example

The example online has the PopupOff and PopupOn functions being called upon

the onMouseOut and onMouseOver events within the <Area> tags.

How would I specify the Script function(s) that I want to execute within my

ASP page that generates the Image?

Thanks,

Alan

Link to comment
Share on other sites

ChartFX IE will always generate calls to PopupOff and PopupOn but how you write those functions is up to you. In the scripting sample we are using some shareware code that seems to handle both IE and Netscape nicely but you are free to write your own implementation for these functions

Please note that our sample contains the following code in the <HEAD> section

<script type="text/javascript" language="JavaScript" src="/Library/helpmaster.js">

</script>

<script language="JavaScript">

if (!(document.all||document.layers))

event = null;

</script>

The helpmaster.js contains the implementation of PopupOff and PopupOn that we are using in this example.

Regards,

Juan Cegarra

Software FX, Inc.

juanc@softwarefx.com

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

From: CfxIE4B On Behalf Of Alan Steinberg

Posted At: Monday, July 26, 1999 2:59 PM

Posted To: Server

Conversation: Tooltips using scripting example

Subject: Tooltips using scripting example

The example online has the PopupOff and PopupOn functions being called upon

the onMouseOut and onMouseOver events within the <Area> tags.

How would I specify the Script function(s) that I want to execute within my

ASP page that generates the Image?

Thanks,

Alan

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...