I have a very limited knowledge in Javascript and so would be very grateful for any help you can give me on this.
I have two html pages. The first one has an image on it which has many image-map hotspots on it which when selected link to the second html page to display an image. Each hotspot should show a different image on the second html page. Now this is my problem; rather than creating a new html page for every seperate image I would like to create one page where the image can be changed dynamically using javascript which simply reads the passed value from the previous page. For example, if a link with the following contents in the href is clicked "image.htm?name=12.jpg", then the next html page "image.htm" would read the value "name=12.jpg" in the url and make the image on the page the one specified in the url. I have searched around for help on this and have found a bit of info but no clear answer, none that I undrstand anyway!!
I hope this makes sense, many thanks for any help in advance.