<% 'In this example, we first present a form to the user, to input data. 'For a demo, we present a very simple form with values showing the daily revenue 'of a company from various continents 'The form is rendered in this page (Default.asp). 'It submits its data to FormSubmit.asp. 'In FormSubmit.asp, we retrieve this data, convert into XML and then 'render the map. 'So, basically this page is just a form. %>

FusionMaps - ASP Samples

Form-Based Data : Data Entry Page

Please enter Value for eatch Country Value. We'll plot this data on a FusionMaps World.

To keep things simple, we're not validating for non-numeric data here. So, please enter valid numeric values only. In your real-world applications, you can put your own validators.

Asia: 
Europe: 
Africa: 
North America: 
South America: 
Central America: 
Oceania: 
Middle East:
 

« Back to list of examples