redirect - Change to new page (not http://asdasd.com, my own page) - javascript -


i know how change new window , im doing this:

window.replace(myurl); 

however, doesn't when put "home.html"

how can make go new page?

window.location.replace("home.html");


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -