javascript - How can I change the location of a page and not redirect the user? -
I want to be able to change the address of a page but does not want to issue any HTTP requests to that change. How can javascript be used?
you mean, i http: //www.fakebank.example
And you want to show the address bar to http: //www.yourbank.example
? I think there are obvious reasons that this would not be possible.
Comments
Post a Comment