Click to See Complete Forum and Search --> : view web page in a table (without frame) ?


pcollom
10-31-2006, 06:44 AM
Hi,

Is there a was to display the content of a target web page in a table case (with scroll option) without using frames ?

thanks for any idea !

WebJoel
10-31-2006, 10:40 AM
<object type="text/html" data="http://url.html" style="width:500px; height:600px;"></object>

A bit crude, -but will 'import' an external page and display. Scrollbars will probably appear as the width here is set for 500px and height is 600px. No frames used, but 'external page' will load in object window.