Redirect from a website/webpage to another website /webpage using JavaScript
Page redirection is commly created using the JavaScript with window.location function in javascript. Sometimes we drop the old webpage and add a new one instead of current webpage. In such condition most of the traffic generated where going to old webpage. We then use the redirection for redirecting from the old webpage to the new one then the the traffic comes to the new web page. Redirection 301 is commonly used page redirection.
The syntax of redirecting a page is as follows.
window.location = "new url";
Ista Syntax for redirecting from old page to a new page or from a new page to an old page
It should be commonly e placed inside the script tag, working like a JavaScript. So the syntax became as follows.
<script>
window.location = "new url";
</script>
Here I show an example off page redirection script used for my new page for page redirection.
<script>
window.location = "https://cspsyco.blogspot.com/p/blog-page_22.html";
</script>
try this site
ReplyDeleteRelated Site
website link
get more
look at this site