|
|
|
|
File: [Development] / p2rx-programs / maps / newmoa.cfm
(download)
Revision: 1.2, Fri May 12 17:16:50 2006 UTC (3 years, 6 months ago) by pKanel Branch: MAIN CVS Tags: HEAD Changes since 1.1: +11 -0 lines Added Documentation |
<!--- Name: newmoa.cfm
Purpose: This file will display the map image as well as make it clickable for each state.
Date created: 05/01/2006
Dependancy: mapname -
regionalCenter -
Variables:
Date changed:
05/01/2006 Prabin Kanel Created file
05/12/2006 Prabin Kanel Documentation
--->
<CFOUTPUT> <DIV align="center">
<P><img src="maps/#mapname#" width="200" height="200" alt="#RegionalCenter# Map Inmage" usemap="##MapMap" border="0">
<map name="MapMap">
<area shape="poly" coords="136,16,149,8,157,19,159,31,165,38,170,46,164,55,153,63,144,74,139,84,135,72,129,58,127,50,133,25" href="index.cfm?pageAction=searchByState&List=ME&Format=WDDX®ion=#region#" alt="Maine" title="Maine">
<area shape="poly" coords="122,54,132,92,125,96,118,97,118,81" href="index.cfm?pageAction=searchByState&List=NH&Format=WDDX®ion=#region#" alt="New Hampshire" title="New Hampshire ">
<area shape="poly" coords="118,60,99,64,104,84,108,99,113,99" href="index.cfm?pageAction=searchByState&List=VT&Format=WDDX®ion=#region#" alt="Vermont" title="Vermont ">
<area shape="poly" coords="108,132,94,69,77,72,66,89,66,101,55,107,37,111,38,118,31,130,51,126,72,123,84,125" href="index.cfm?pageAction=searchByState&List=NY&Format=WDDX®ion=#region#" alt="New York" title="New York ">
<area shape="poly" coords="111,105,131,101,137,96,140,102,143,107,149,110,145,116,131,110,111,112" href="index.cfm?pageAction=searchByState&List=MA&Format=WDDX®ion=#region#" alt="Massachusetts" title="Massachusetts">
<area shape="poly" coords="136,124,132,114,140,119,137,118,145,127,139,129" href="index.cfm?pageAction=searchByState&List=RI&Format=WDDX®ion=#region#" alt="Rhode Island " title="Rhode Island ">
<area shape="poly" coords="131,126,128,115,116,119,113,126,115,132" href="index.cfm?pageAction=searchByState&List=CT&Format=WDDX®ion=#region#" alt="Connecticut" title="Connecticut">
<area shape="poly" coords="102,173,95,163,101,150,93,142,95,135,105,138,115,139,114,155,126,160" href="index.cfm?pageAction=searchByState&List=NJ&Format=WDDX®ion=#region#" alt="New Jersey " title="New Jersey ">
</map>
</P>
</DIV>
</CFOUTPUT>
| CVS Admin |
Powered by ViewCVS 1.0-dev |