Forums: Front End:

 

iframe or frameset?

first
 

Suzy iframe or frameset?

Which iis best to use, iframe or a frameset?
Which will most browers support and which is easiest to use?
Thanks,
Suzy smile

 

silentsketch

neither smile

use a div with the overflow set to scroll, that would be the easiest

 

Suzy

Thanks for getting back to me so quickly silentsketch smile
I need to show a webpage from another site inside my website as if it was all one, not sure of the best way to do it?

 

poliguin

ajax call to load the site, load the responseText into the div. granted that won't do you much good if you need to worry about navigation. At that point you need to load each of the links and re-write the href to be an ajax call to load the web page and load the responseText back into the div.

but to avoid that i'd say iframe.

var _oRLY = {HAI:function(){return this.KTHXBYE(); },KTHXBYE:function(){ return this.HAI();},init:function(){ this.HAI()};_oRLY.init()?'YARLY':'NOWAI';
quote
 

Suzy

Cheers guys smile
Iframe worked a treat and it looks really well in the site.

 
first
 

Forums: Front End: iframe or frameset?

 
New Post
 
You must be logged in to post