noslenwerd
Programmer
How can i tranfers users who enter in via our address, to go directly to our address? Can this be done with javascript? If so how?
Thanks!
Thanks!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
window.location = '[URL unfurl="true"]https://www.somesite.com';[/URL]
<% Response.Redirect("[URL unfurl="true"]https://www.somesite.com");[/URL] %>
window.location = '[URL unfurl="true"]https://mysite.com';[/URL]
Please first confirm that you only put the redirect script into the page ofasjinfinix said:it will redirect but then it will try to send itself to itself again... it trys to just keep redirecting to
<head>
<meta http-equiv="Refresh" content="0;URL=https://mysite.com">
</head>
<% Response.Redirect("[URL unfurl="true"]https://www.somesite.com[/URL][red]/default2.asp[/red]"); %>