Hi everyone, I'm working on a simple project and I'm going to use jQuery's .load function to switch between content pages so that the page does not have to unload and reload. I'm doing this because my page needs a flash music player on it and this allows for uninterrupted music. I'd like a way to do something similar to what Gmail does now.
For example, when I click on a message the address in the address bar changes to: "http://mail.google.com/mail/#inbox/11757de76c56c762" I just want something simple, like domainname.com/home.php?page=about...orsomething more similar to gmail, a la domain.com/home.php#about. This isn't necessary but it is nice for the user and could eventually be used with PHP to redirect a user to a linked page. Thanks to anyone with any insight on how this would be done. I have a decent knowledge of jQuery but my javascript is a bit weak. --Scott Hulbert