Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Showing external HTML pages without iframe/target=”iframe” Re: Showing external HTML pages without iframe/target=”iframe”

#121401
Andy Howells
Participant

Okay, your best bet then is AJAX. Basically you can use JQuery to call the content based on which nav item the user clicks and then load it in the content container.

Details all about AJAX here – http://api.jquery.com/jQuery.ajax/

Note that this method is not necessary very good for SEO purposes as you’ll only have the single page and none of the external content will be indexable as it’s not in the source until called in.

Is there a reason you’re not simply using multiple pages?