This is going to be hard to explain but I'll try my best.
I have a page with 3 divs each containing information and an order button for each product. The visitor can click on a product image and it will basically hide all the divs and then show the one related to the image they have clicked on.
I have a sidebar which is running globally on all pages of the site which has "quick links" to each product. I want to know if there is a way that I can link these to the product page so that people can click them from any page of the site and it will open the product page with the product they have clicked on already selected and visible.
I presume it can be done through the use of #product1, #product2, etc on the end of the links to the product page but I'm not quite sure how it can be achieved. Has anyone got any ideas?
PS: On the product page the products are selected just by detecting an onclick on the product images and then hiding and displaying one singular DIV (not through the use of # link anchors).