d.winkler 0 Posted March 30, 2007 Report Share Posted March 30, 2007 Hi, is there a way to add a click event on a gauge. I will need it for my webpage to navigate on it. Thank you Daniel Winkler Quote Link to post Share on other sites
Frank 0 Posted May 3, 2007 Report Share Posted May 3, 2007 <SCRIPT LANGUAGE="JavaScript"> <!-- document.getElementById("RadialGauge1").onclick = OnGaugeClick; function OnGaugeClick () { window.navigate("http://www.softwarefx.com"); } --> </SCRIPT> Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.