Wrox Programmer Forums
|
ASP Pro Code Clinic As of Oct 5, 2005, this forum is now locked. No posts have been deleted. Please use "Classic ASP Professional" at: http://p2p.wrox.com/forum.asp?FORUM_ID=56 for discussions similar to the old ASP Pro Code Clinic or one of the other many remaining ASP and ASP.NET forums here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Pro Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 8th, 2003, 06:06 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 518
Thanks: 0
Thanked 0 Times in 0 Posts
Default chart applet use in asp page

I am using java charts in asp page.
I want that charts value received from the access table.
How can connect the table with the asp page so that charts
Value received from access table ?

Charts applet is following

<html>
<head>
<title>New Page 3</title>
</head>
<body>
<table border="0" width="100%">
  <tr>
<td width="51%">
    <applet code="DrawChart.class" width="400" height="200">
      <param name="element0" value="Year 2003">
      <param name="element0_color" value="fff000">
      <param name="element0_value" value="40">
      <param name="element1" value="Year 2002">
      <param name="element1_color" value="00ffff">
      <param name="element1_value" value="30">
      <param name="element2" value="Year 2001">
      <param name="element2_color" value="dc143c">
      <param name="element2_value" value="30">
      <param name="font" value="arial">
      <param name="point_size" value="14">
      <param name="style" value="2">
    </applet>
    </td>
  </tr>
  <tr>
    <td width="100%" align="center" colspan="2"></td>
  </tr>
 </table>
</body>
</html>

regards.

Mateen Martin
[email protected]
 
Old July 8th, 2003, 07:03 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 215
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You could read the documentation for the applet...

regards
David Cameron





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create an excell chart with ASP tiahvera Classic ASP Databases 1 August 3rd, 2007 06:39 PM
plot bar chart in a web page pratik28 .NET Framework 2.0 1 April 23rd, 2007 03:54 AM
Please help in creating Line Chart in ASP shinde.chetan Classic ASP Basics 2 February 6th, 2007 07:15 PM
Exporting chart to gif in asp.net spacy General .NET 1 April 11th, 2005 05:49 AM
How to create a chart in ASP rekha_jsr Classic ASP Basics 1 December 9th, 2004 12:01 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.