|
|
|
|
File: [Development] / p2rx-programs / maps / wrrc.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: +12 -0 lines Added Documentation |
<!--- Name: wrrc.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="117,14,156,8,163,25,144,31,124,31,119,25" href="index.cfm?pageAction=searchByState&List=PA&Format=WDDX®ion=#region#" alt="Pennsylvania" title="Pennsylvania">
<area shape="poly" coords="136,39,111,40,103,52,108,60,118,63" href="index.cfm?pageAction=searchByState&List=WV&Format=WDDX®ion=#region#" alt="West Virginia" title="West Virginia">
<area shape="poly" coords="147,43,139,40,134,49,129,57,126,66,114,67,109,73,114,69,127,72,134,70,141,67,152,65,159,63,156,54" href="index.cfm?pageAction=searchByState&List=VA&Format=WDDX®ion=#region#" alt="Virginia" title="Virginia">
<area shape="poly" coords="101,54,104,63,99,72,50,76,57,64,82,52" href="index.cfm?pageAction=searchByState&List=KY&Format=WDDX®ion=#region#" alt="Kentucky" title="kentucky">
<area shape="poly" coords="116,76,164,68,167,91,155,99,133,89,100,90" href="index.cfm?pageAction=searchByState&List=NC&Format=WDDX®ion=#region#" alt="North Carolina" title="North Carolina">
<area shape="poly" coords="47,84,107,75,101,83,92,90,44,97" href="index.cfm?pageAction=searchByState&List=TN&Format=WDDX®ion=#region#" alt="Tennessee" title="Tennessee">
<area shape="poly" coords="57,102,37,101,34,140,51,147,57,142" href="index.cfm?pageAction=searchByState&List=MS&Format=WDDX®ion=#region#" alt="Mississippi" title="Mississippi">
<area shape="poly" coords="65,99,80,100,89,132,72,138,70,144,63,129" href="index.cfm?pageAction=searchByState&List=AL&Format=WDDX®ion=#region#" alt="Alabama" title="Alabama">
<area shape="poly" coords="88,96,103,96,124,123,119,134,100,134" href="index.cfm?pageAction=searchByState&List=GA&Format=WDDX®ion=#region#" alt="Georgia" title="Georgia">
<area shape="poly" coords="106,95,125,92,143,98,135,111,130,120" href="index.cfm?pageAction=searchByState&List=SC&Format=WDDX®ion=#region#" alt="South Carolina" title="South Carolina">
<area shape="poly" coords="75,141,128,143,153,193,133,187" href="index.cfm?pageAction=searchByState&List=FL&Format=WDDX®ion=#region#" alt="Florida" title="Florida">
</map>
</P>
</DIV>
</CFOUTPUT>
| CVS Admin |
Powered by ViewCVS 1.0-dev |