"Return to Gallery" feature not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anjrhubb
    New Member
    • Dec 2006
    • 1

    "Return to Gallery" feature not working

    Hello. I have a problem with the gallery on my website. I have a feature that viewers click on called "Return to Gallery" when they are done looking at a product and want to return back to the product selections. When you press, "Return to Gallery," it does not take you back to the product selections. Could someone please help me with a javascript that will fix this problem?

    Thank you.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    If the product selections is a page, use location.href to change the page to the gallery page. If the products are being shown on the same page, then to return to the gallery by hiding the container (e.g. div) showing the product. This would be done onclick of a button or link.

    Comment

    Working...