Click to See Complete Forum and Search --> : noob question: hotspot linked to a pop-up


maartenvlasblom
05-06-2003, 09:33 AM
Hello all,

i am having a problem with linking a pop-up with a fixed size to a hotspot.

The intention is that when i click on an image a pop-up with fixed size appears.

I managed to create a normal text link with a hotspot attached to it, but i get stuck on the hotspot part.

Could anyone plz give me a hand with this one or tell me where i can find such a javascript?

Thnx in advance,

AdamGundry
05-06-2003, 10:01 AM
If I understand you correctly, you need to use an image map (HTML <map> element). See the W3C reference:
http://www.w3.org/TR/html401/struct/objects.html#edef-MAP

You should be able to use the javascript: protocol (or perhaps the onclick event handler) in your <area> or <a> tags.

Adam