Hi,
I had an application that worked on a principle of _get where each ?id in the URL loaded different data.
I've moved to ajax and it works fine, just the text area of the page changes and it works fast (albeit without a working back button at present). But part of the idea with using _get was so that people can link to specific sections of the page.
The get option still works, people can do /page.php?5 and get the information on ID 5 but as soon as you start using it again the url changes to /page.php# of course. Is there any way to change this so that you get the ?id appearing in the URL without going back to a "re-load entire page every time" option?
I had a quick search here and at google but couldn't see anything related, although I'm sure I read about it, somewhere?
Thanks!







Bookmarks