I am using ajax to load into an element on my page, but I want this action to be reversed with the back button ... I'd rather the URL change to a real URL like mysite.com/page1
rather than mysite.com/page#page1
I read somewhere about using a hidden iframe to achieve this ? Can anyone help me out?