Reputation: 1
I'd like to know how to go to another web page without changing the URL appeared on my browser. What is the best solution to solve my problem?
Upvotes: -1
Views: 15
Reputation: 24
you can use iframe + javascript but you will not be able to load web pages across domains. (most web servers has cross domain restrictions)
Upvotes: 0