Sha256: f2a429019aaa0813d72ed61bd1666af2ce8737d360b012ae97c7aab9853d904e

Contents?: true

Size: 798 Bytes

Versions: 10

Compression:

Stored size: 798 Bytes

Contents

<html>
    <head>
        <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
        <META HTTP-EQUIV="Expires" CONTENT="-1"> 
    </head>
    <body>
    <script>
        function processUrl()
        {

            var pos = url.indexOf("?");
            url = pos != -1 ? url.substr(pos + 1) : "";
            if (!parent._ie_firstload) {
                parent.BrowserHistory.setBrowserURL(url);
                try {
                    parent.BrowserHistory.browserURLChange(url);
                } catch(e) { }
            } else {
                parent._ie_firstload = false;
            }
        }

        var url = document.location.href;
        processUrl();
        document.write(encodeURIComponent(url));
    </script>
    Hidden frame for Browser History support.
    </body>
</html>

Version data entries

10 entries across 5 versions & 2 rubygems

Version Path
smukherjee-openbill-0.1.5 html-template/history/historyFrame.html
smukherjee-openbill-0.1.5 public/history/historyFrame.html
smukherjee-openbill-0.1.6 public/history/historyFrame.html
smukherjee-openbill-0.1.6 html-template/history/historyFrame.html
smukherjee-openbill-0.1.7 public/history/historyFrame.html
smukherjee-openbill-0.1.7 html-template/history/historyFrame.html
openbill-0.1.6 html-template/history/historyFrame.html
openbill-0.1.5 public/history/historyFrame.html
openbill-0.1.5 html-template/history/historyFrame.html
openbill-0.1.6 public/history/historyFrame.html