|
|
|
|
File: [Development] / p2rx-programs / maps / glrppr.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: glrppr.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="18,25,69,35,61,48,54,63,51,72,56,85,60,94,26,94" href="index.cfm?pageAction=searchByState&List=MN&Format=WDDX®ion=#region#" alt="Minnesota" title="Minnesota">
<area shape="poly" coords="63,56,62,67,67,80,75,89,79,101,80,107,104,104,103,87,101,68,81,59" href="index.cfm?pageAction=searchByState&List=WI&Format=WDDX®ion=#region#" alt="Wisconsin" title="Wisconsin">
<area shape="poly" coords="84,114,103,114,111,142,113,168,105,183,94,182,82,157,74,141" href="index.cfm?pageAction=searchByState&List=IL&Format=WDDX®ion=#region#" alt="Illinois" title="Illinois">
<area shape="poly" coords="117,125,136,119,140,146,140,162,122,173" href="index.cfm?pageAction=searchByState&List=IN&Format=WDDX®ion=#region#" alt="Indiana" title="Indiana">
<area shape="poly" coords="147,118,185,109,191,138,176,158,153,159" href="index.cfm?pageAction=searchByState&List=OH&Format=WDDX®ion=#region#" alt="Ohio" title="Ohio">
<area shape="poly" coords="154,108,128,112,124,77,137,65,151,67,159,88" href="index.cfm?pageAction=searchByState&List=MI&Format=WDDX®ion=#region#" alt="Minnesota" title="Minnesota">
</map>
</P>
</DIV>
</CFOUTPUT>
| CVS Admin |
Powered by ViewCVS 1.0-dev |