• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

PLEASE HELP DERPERATELY

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi frnds
i am doing a small project in which i need to accept input from the user and then display it to hin in the form of a graph.It is like a opinion poll if ne 1 has ne idea as to how to do it or if ne 1 kan send me the source code i wud b really gr8 full as i have to submit it b fore 17th of this month plss help
i have to use oracle as a database and the input kan be in the form of a chek box or Radio Button
If u kan help plssss mail me at jgod@rediffmail.com
AMit
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you wish to use a servlet, Check this link out.
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a neat way to do bar charts using only HTML. HitBox uses it. http://get.hitbox.com/content/demo_frame.html
If you look at the bar charts on the right hand side you can see how they do it. Basically they use 1 pixel gif's of a certain color and then display them in a table with a height to stretch them to the desired size. Works very nicely.
 
reply
    Bookmark Topic Watch Topic
  • New Topic