PageRenderTime 32ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/examples/CustomMapMoon/bin-release/srcview/source/html-template/history/historyFrame.html

http://gmaps-utility-library-flash.googlecode.com/
HTML | 29 lines | 27 code | 2 blank | 0 comment | 0 complexity | 84f2c3f576395ed8ec964c9eadaa6e20 MD5 | raw file
  1. <html>
  2. <head>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <META HTTP-EQUIV="Expires" CONTENT="-1">
  5. </head>
  6. <body>
  7. <script>
  8. function processUrl()
  9. {
  10. var pos = url.indexOf("?");
  11. url = pos != -1 ? url.substr(pos + 1) : "";
  12. if (!parent._ie_firstload) {
  13. parent.BrowserHistory.setBrowserURL(url);
  14. try {
  15. parent.BrowserHistory.browserURLChange(url);
  16. } catch(e) { }
  17. } else {
  18. parent._ie_firstload = false;
  19. }
  20. }
  21. var url = document.location.href;
  22. processUrl();
  23. document.write(url);
  24. </script>
  25. Hidden frame for Browser History support.
  26. </body>
  27. </html>