Redirect to another page on load

Hello,

Is it possible to create with html when loading (opening) a page to automatically redirect to another page. I will need the complete code if possible.

Thanks

<script type="text/javascript">
    window.location = "newpage.html";
</script>

FYI, never ask for free code in a forum. We’re here to help, not do your work for you. :wink:

Thanks