Hi, What i am after doing is having a text box with a link to a map next to it. When you click the map it pops up a little window with a map of the UK. This will be separated into different section e.g. north west etc. When you click the relevant section then e.g. north west will be filled into the text box and the window will close. Any ideas on how to do this? Cheers, Adam
You probably want to look at poly image maps[1] in your HTML, and then use the onclick attribute to trigger a function that updates the textbox. [1] http://www.w3.org/TR/html401/struct/objects.html#h-13.6
Thanks for your reply. But seems a little hard for me to follow. Is there any sites where i can download a demo from? What i am trying to do is something exactly the same as here: http://www.freightalerts.co.uk/add_haulage.php?type=load Where there is a link to a map and then once click it opens up a map of different areas. Once clicks this fills in the text box.