Bonjour,
Voila je vous explique ma situation, je suis stagiaire et je dois afficher des graphiques sur le site internet de l'entreprise.
J'ai créer tout mes graphiques sous format HTML, chaque page html comporte un graphique.
Voici le code d'une page par exemple:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>FusionCharts Free Documentation</title>
<link rel="stylesheet" href="./Contents/Style.css" type="text/css" />
<script language="JavaScript" src="./JSClass/FusionCharts.js"></script>
</head>
<body>
<table width="98%" border="0" cellspacing="0" cellpadding="3" align="center">
<tr>
<td valign="top" class="text" align="center"> <div id="chartdiv" align="center">
FusionCharts. </div>
<script type="text/javascript">
var chart = new FusionCharts("./Charts/FCF_Column3D.swf", "ChartId", "1000", "750");
chart.setDataURL("CA_Client.XML");
chart.render("chartdiv");
</script> </td>
</tr>
<tr>
<td valign="top" class="text" align="center"> </td>
</tr>
</table>
</body>
</html>
Je souhaiterais que lorsque l'utilisateur clique sur le graphique, un autre graphique(une autre page html) apparaisse.
Un graphique plus détaillé par exemple.
Si vous pouver m'aider pour réaliser ce projet, je vous remercie en attendant vos réponses!
Configuration: Windows Vista
Firefox 2.0.0.14