<html>
<body>
<h1>Simple Clickable XY Chart Handler</h1>
<p><a href="VIEWSOURCE.jsp?file=<%=request.getServletPath()%>">
View Source Code
</a></p>

<p><b>You have clicked on the following chart element :</b></p>
<ul>
    <li>Data Set : <%=request.getParameter("dataSetName")%></li>
    <li>X Position : <%=request.getParameter("x")%></li>
    <li>X Label : <%=request.getParameter("xLabel")%></li>
    <li>Data Value : <%=request.getParameter("value")%></li>
</ul>
</body>
</html>