I am not a programmer, but there is some way to delete window.location.href
or change it for another url
that you want.
var URLactual = window.location.href;
I am not a programmer, but there is some way to delete window.location.href
or change it for another url
that you want.
var URLactual = window.location.href;
What do you want to achieve because the most logical thing is to change this?
var URLactual = window.location.href;
for this:
var URLactual = "http://www.tupagina.com/";
If that is your question