This post is very helpful for me to send small bits of information across iframes. However, this creates a new challenge with history manager that uses the same mechanism to store page state. Whenever an iframe uses fragment identifiers to send a message across iframes, the page state for the target iframe is wiped out. [...]
Posts Tagged ‘HistoryManager’
cross-domain iframe communication
Posted: March 18, 2009 in TechnologyTags: cross-domain, HistoryManager, iframe, JavaScript
0
An encoding workaround
Posted: October 10, 2008 in howto, TechnologyTags: HistoryManager, JavaScript, URL encoding, UTF-8
For the last couple days, I’ve been tweaking URL encoding with UTF-8 characters using JavaScript. I got an interesting situation where when the hash part of the URL (i.e. “mystate_information” in this URL http://myserver/myapp.html#mystate_information) works fine when it’s being updated by the JavaScript or the state manager. When loading the URL directory from bookmark or [...]
