P
Paul C
Hi
First is it a good idea to use hotspots? I could hopefully do the same with
an image link.
What I would like to do is have a map of the UK, when someone hovers over a
county ( hotspot/image) I would like to pass on a var value to a response
write so the contact information for that county will be displayed.
something like
onmousover= scontact
Dim contactinfo
contactinfo=scontact
response.write contactinfo
Thankyou
Paul M
First is it a good idea to use hotspots? I could hopefully do the same with
an image link.
What I would like to do is have a map of the UK, when someone hovers over a
county ( hotspot/image) I would like to pass on a var value to a response
write so the contact information for that county will be displayed.
something like
onmousover= scontact
Dim contactinfo
contactinfo=scontact
response.write contactinfo
Thankyou
Paul M