Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

http://www.ika-world.com/search.php?view=weltkarte

See link for example.
Image is a PHP created PNG image. When viewing just the image, then no link actions are present. I cant figure out how the link actions are added. Please help.

share|improve this question

2 Answers

up vote 1 down vote accepted

There is no imagemap on the page, I believe that the page is using javascript to set up a click listener. It then gets the X/Y position of the click and changes the URL with the new parameters. The javascript is compacted so i cannot tell you exactly how to replicate it, but that is how he is doing it.

share|improve this answer
I did decompact both javascript files using simply replaces. Found emanueleferonato.com/2006/09/02/… helpful, but was still unable to follow the steps through the code. – Kim Jun 18 '10 at 8:31

One way to do it is with image maps.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.