Hi,
newbie-question:
i have a show.rhtml which generates the continents of the world…in
addition i want show an image map based on the continent. This
image-map(html) is coded in the view-template.
if?
http://domein.com/werelddeel/europa
(logfile > SELECT * FROM werelddelen
WHERE
(werelddelen
.werelddeel_id
= 4)
if?
http://domein.com/werelddeel/azia
(logfile > SELECT * FROM werelddelen
WHERE
(werelddelen
.werelddeel_id
= 3)
ect…
Question: wich conditions must i use…to show the correct imagemap based
on the url…
Grtz…remco