Hi all, I am developing an application that uses ajax/dojo.xhrget calls often to manipulate certain divs within a page. I would like to be able to update the url in the browser as the user clicks different areas so that if a user decided to bookmark the page, they would be able to return to the same page with the right content loaded in the container div.
I've seen solutions in other forms where they use the parent.location.hash = URL; but this only works if you have a # mark within your url and you are modifying the part of the url after the # Does anyone here know of a way to do this with zend framework?? Thanks! -- View this message in context: http://www.nabble.com/manipulating-the-window-url-without-a-refresh-tp22241256p22241256.html Sent from the Zend Framework mailing list archive at Nabble.com.
