util_ReturnMetaRefresh (public, deprecated)

 util_ReturnMetaRefresh url [ seconds_delay ]

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Ugly workaround to deal with IE5.0 bug handling multipart/form-data using Meta Refresh page instead of a redirect.

Parameters:
url (required)
seconds_delay (optional, defaults to "0")
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc util_ReturnMetaRefresh
    ad_return_top_of_page [subst {
        <head>
        <meta http-equiv="refresh" content="$seconds_delay;URL=[ns_quotehtml $url]">
        <script type="text/javascript" nonce="$::__csp_nonce">
        window.location.href = "[ns_quotehtml $url]";
        </script>
        </head>
        <body>
        <h2>Loading...</h2>
        If your browser does not automatically redirect you, <a href="[ns_quotethml $url]">please click here</a>.
        </body>}]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: