piestub.cfm

Back to Chart Graphics <html> <cfoutput> <body style="margin:5px 0px 0px 5px"> <div style="font-size:18pt; font-family:verdana; font-weight:bold"> Simple Clickable Pie Chart Handler </div> <hr style="border:solid 1px ##000080" /> <div style="font-size:10pt; font-family:verdana; margin-bottom:20"> <a href="viewsource.cfm?file=#CGI.SCRIPT_NAME#">View Source Code</a> </div> <div style="font-size:10pt; font-family:verdana;"> <b>You have clicked on the following sector :</b><br /> <ul> <li>Sector Number : #URL.sector#</li> <li>Sector Name : #URL.label#</li> <li>Sector Value : #URL.value#</li> <li>Sector Percentage : #URL.percent#%</li> </ul> </div> </body> </cfoutput> </html>