Redirect to another URL

Using Javascript

<script type="text/javascript">
window.location.href = 'admin.php';
</script>

Change admin.php to the URL you want to redirect to.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top