Interactive Map & Drop-Down Menu (DDM)
The DDM links assigning
Click here to view the file definitions.
• county_name.htm - downloaded html webpage containing DDM
• mapisland_files - downloaded folder containing interactive map set
• ddm code - html code to display the drop-down menu on a webpage, the part of county_name.htm page
|
You might need to add/delete link(s) into DDM of particular state or county.
For example, you need to assign links into the List of Kent Cities of Delaware state.
In order to achieve this perform the following:
Step 1.
Open C:/Your Website/mapisland_files/delaware/kent.htm file with any text/html editor
(see example).
Step 2.
If you like to add a link to appropriate city name in a DDM list, you have to replace
the sign # in a particular line by the URL. In this case, we add Clayton and Dover URLs
(http://www.yoursite.com/clayton.php and http://www.yoursite.com/dover.php) on
the highlighted lines
(see example).
NOTE!
*_top and *_blank has to be added after file extension. When you type *_top – new
page appears in the same, current window of Internet Explorer (or other browser you
are using); when you type *_blank – new page will appear in a new IE window.
Step 3.
Save and upload county_name.htm to your web server/FTP.
|