Friday, 15 May 2015

html - Need separate url from single page -


I have a page with multiple product categories Can anyone guide how without making separate pages Can I have different URLs for each product category? Different URLs will give me the opportunity to customize each of my product categories.

Please note

please help

you are full URL can not be changed without redirecting, if you have a page, then I would recommend adding a hash to the URL that looks like your page URL. To do this, simply add the following javascript to the listener who clicks the button

  document.location.hash = "dye_colors";  

No comments:

Post a Comment