Which iis best to use, iframe or a frameset?
Which will most browers support and which is easiest to use?
Thanks,
Suzy 
Suzy 2008.01.28, 09:05PM — iframe or frameset?
Suzy 2008.01.28, 09:18PM —
Thanks for getting back to me so quickly silentsketch 
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 2008.01.29, 01:34AM —
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';
first