Sha256: 7227ebc5279839d847520700d989a27955f4f90a2c153b23f170b3aeb7779c41

Contents?: true

Size: 778 Bytes

Versions: 65

Compression:

Stored size: 778 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(url);
    </script>
    Hidden frame for Browser History support.
    </body>
</html>

Version data entries

65 entries across 33 versions & 9 rubygems

Version Path
captproton-restfulx-1.2.3 app_generators/rx_app/templates/html-template/history/historyFrame.html
captproton-restfulx-1.2.3 rails_generators/rx_config/templates/html-template/history/historyFrame.html
dima-restfulx-1.2.0 app_generators/rx_app/templates/html-template/history/historyFrame.html
dima-restfulx-1.2.0 rails_generators/rx_config/templates/html-template/history/historyFrame.html
dima-restfulx-1.2.1 app_generators/rx_app/templates/html-template/history/historyFrame.html
dima-restfulx-1.2.1 rails_generators/rx_config/templates/html-template/history/historyFrame.html
dima-restfulx-1.2.2 app_generators/rx_app/templates/html-template/history/historyFrame.html
dima-restfulx-1.2.2 rails_generators/rx_config/templates/html-template/history/historyFrame.html
dima-restfulx-1.2.3 rails_generators/rx_config/templates/html-template/history/historyFrame.html
dima-restfulx-1.2.3 app_generators/rx_app/templates/html-template/history/historyFrame.html
dima-restfulx-1.2.4 app_generators/rx_app/templates/html-template/history/historyFrame.html
dima-restfulx-1.2.4 rails_generators/rx_config/templates/html-template/history/historyFrame.html
dima-ruboss4ruby-1.0.5 merb_generators/templates/ruboss_config/html-template/history/historyFrame.html
dima-ruboss4ruby-1.0.5 rails_generators/ruboss_config/templates/html-template/history/historyFrame.html
dima-ruboss4ruby-1.1.0 rails_generators/ruboss_config/templates/html-template/history/historyFrame.html
dima-ruboss4ruby-1.1.0 app_generators/ruboss_app/templates/html-template/history/historyFrame.html
dima-ruboss4ruby-1.1.1 app_generators/ruboss_app/templates/html-template/history/historyFrame.html
dima-ruboss4ruby-1.1.1 rails_generators/ruboss_config/templates/html-template/history/historyFrame.html
dima-ruboss4ruby-1.1.2 app_generators/ruboss_app/templates/html-template/history/historyFrame.html
dima-ruboss4ruby-1.1.2 rails_generators/ruboss_config/templates/html-template/history/historyFrame.html