Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

target the table cell

Status
Not open for further replies.

kamagiseung

Technical User
Jun 3, 2001
29
US
Is there anyway that i can target one table cell to load different htmls or urls that will load only into that table cell? or some other way instead of using frames...is it possible at all? please help.
 
Server side includes.

You have to name your page yourpage.shtml instead of .html

Then, in your cell, insert the following code -

<!--#include virtual=&quot;includedpage.html&quot; -->

NOTES -

This only works online, ie on a web server

The space in the command between &quot; and --> is VERY important.

Don't forget your pages have to be called *.shtml !
Hope that helps. Dean Owen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top