I am calling a SQL search query and based on the number of results, generate pages with a set amount of results on each page. I want to be able to generate a drop-down menu to select which page to navigate to.
How would i go about doing this using javascript and cookies? Any help pointing me to the right direction would be great. (links to code, or examples)
Thanks =]