GeekArticles
Web Programming
Java ScriptCreate HTML Image Maps Dynamically With .NET
Author: eggheadcafe.com |
Published: 10th Aug 2005 |
Visited: 585 times |
Add CommentFiled in: Java ScriptBy Robbe D. Morris Printer Friendly Version Robbe & Melisa Morris Caeden Morris I've been working on a financial reporting project lately and came upon the idea of bringing our charts from ChartFX.NET to life. The idea being that we could dynamically review each pixel's color in the chart in order to generate an HTML image map on the fly. This would enable us to apply supporting documentation in the form of links or JavaScript functions to perform some sort of action when the user moves...n
Read Article Sponsored Links
Related Articles
• Scan an Image, Clean It, OCR It and Save It Create an application that allows the user to choose a scanner, adjust the scanner?s settings to produce images optimal for OCR, scan from the device, OCR the documents, and save recognized text out to disk as a searchable ...