My site is a review site for restaurants (specifically, hamburger joints), and I would like to include a link to MapQuest, preferably attached to the restaurant name (the "manufacturer" in Reviewpost database).
MapQuest provides the following code to establish static links (obviously with an example address added):
Quote:
|
<A HREF="http://www.mapquest.com/maps/map.adp?address=1730+Blake+St&city=Denver&state=CO&zipcode=80202&country=US&cid=lfmaplink">Map This Location</A>
|
but I would prefer to have this coded into the template somehow so that the link is dynamically generated and opens in a secondary window. My php skills aren't advanced enough to figure this out on my own. I'd appreciate any tips here.
Any ideas?