Loading page into table??

liunx

Guest
Can a HTML page be loaded into a table on another page?<br />
<br />
Or would it work better to just use the source from the page you are trying to load?<br />
<br />
Why I ask is cause I am creating a message board that works like a guestbook and I am using another sites auto setup; cause I could not get Flexbook to work on this server.<br />
<br />
Thanks.<!--content-->yes you could, which would mean that you will need SSI (server side include) and the file doing the include has to be .shtml and the other one can be whatever. more infor can be seen at<br />
<br />
<br />
<!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/html/97/07/index2a.html">http://hotwired.lycos.com/webmonkey/htm ... dex2a.html</a><!-- m --><br />
<!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/96/38/index3a.html">http://hotwired.lycos.com/webmonkey/96/38/index3a.html</a><!-- m --><!--content-->You can use SSI.<br />
<br />
Visit this page for more info: <!-- m --><a class="postlink" href="http://www.tdscripts.com/ssi.html">http://www.tdscripts.com/ssi.html</a><!-- m --><!--content-->Oh Yes.........shtml..........Thanks. :D<br />
<br />
P.S. Isn't .asp the same?, it is SSI as well.<!--content-->Originally posted by boxcrash <br />
P.S. Isn't .asp the same?, it is SSI as well. No, they are both different! ;)<!--content-->ASP can use SSI.... in its own format. Most Server side languages can use SSI.<!--content-->
 
Back
Top