Is it possible to have a web browser within a web browser?
For example: I want to have a search bar that I can type a url in, on my website which can load a webpage inside the current page I am on. (I know, Inception) but is this possible?
Could you use an iframe or some?
you will have to code the address bar and go, back, forward, refresh with jquery.. once you have those functions, yes, use the iFrame and load the content accordingly via jquery.