I want my site to have similar navigation to a browser. I want visitors to be able to right click on one of my lin开发者_开发问答ks/articles and have the option to open a new tab and have the page load in the same page. Here is the concept site I want to work with link.
Well, then try to use dynamically injected <iframe>
. Especially when using JQuery it could be very easy solution. You must also somehow manipulate the links inside the content... look at this link if it helps, hope you won't have problems with "same origin policy".
You have to use some ajax function to load content from the new page into the tab.
Sounds like this would be a good scenario to use a AJAX, for ease of use I would recommend JQuery.
精彩评论