I have something like this http://raphaeljs.com/australia.html. I know how to assing OnClick function for each element. Problem is with the body of Onclick function, I can also determine what element was clicked.
function onClickHandle() {
//go to page www.mypage.com?page=selectedPage
}
I can make the selectedPage string (specify the target page), problem is only with the action GO TO SPECIFIED PAGE.
In my web app I use html, css, php, javasript.