Sample Report output: * Move you mouse over the state to see the report
About this database
This database displays the Notes View documents related to USA States in a geographic map.
Ex: Sales Report for USA, Where you have documents for each State.
- The Report is available only for Internett Explorer
- The Notes View First Column should contaiins State Names.
- "$$ViewMap" form to display the View "SallesReports"
- The USA Map picture is having area (Statees) presented using coordinates and each area have mouse over function "cursor"
- The State Number is passed through the fuunction cursor() , which gets State Names from USMAP.js
- Then it calls getStateInfo() function , wwhich parses through the $$ViewBody String and finds the respecitve States document and return the Column Valeus
- The returned columsn values forms the TABBLE HTML String and goes to DIV tag using innerHTML.
- On the Mouse Position the DIV is getting displayed.
Author: Manikandan C , Email: [email protected]
|