|
rdouglass -> RE: Linking to maps (3/31/2008 12:17:42)
|
quote:
http://maps.google.com/maps?q=,+MI+48084,+United+States+of+America&sa=X&oi=map&ct=image Are you using a DRW or just ASP? Either way, it would look similar. Something like: <a href="http://maps.google.com/maps?q=,+MI+<%=FP_FieldVal(fp_rs,"CompanyZIPCode")%>,+United+States+of+America&sa=X&oi=map&ct=image">Map</a> An FP DRW might look something like that. That help any?
|
|
|
|