Jump to content

Is it possible to reload a page without using headers


TeddyKiller

Recommended Posts

or

    <script type="text/javascript"
        src="http://code.jquery.com/jquery-latest.js">
    </script>
   
    <script type="text/javascript">
        $(document).ready(function() {
                location.reload();
        });       
    </script>

Or you could simply re-think your code so the logical code can be processed before any output is given and use a Header('Location: ?');, JavaScript can be disabled easily, so I wouldn't rely on it. Meta refresh only occurs once the page has loaded so if it is a method of protection, re-write the script or use output buffering.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.