I am trying to figure out how to use a querystring with a page I created. Currently my page has a navigation menu that updates the div contents dynamically when you click a link. The navigation menu consists of a bunch of product categories (tomatoes, olive oils, etc).
My problem is that since these are not actual HTML pages, how can I set up a querystring to be able to link to a certain category from a completely different page.
Example:
- Landing: products.html
- Click 1: products.html?tomatoes
- Click 2: products.html?oliveoil