showing the contents of a web page (htm) in a table cell

  • Thread starter Thread starter PJ6
  • Start date Start date
P

PJ6

I just want to refer to an htm document directly and have it show up in a
table cell. Is there a way to do it without using a web user control or
frames?

Paul
 
I just want to refer to an htm document directly and have it show up in a
table cell. Is there a way to do it without using a web user control or
frames?

Not really.

You could user server side includes, but you wouldn't want to include a
complete HTML page as you'd end up with doubled up BODY/HTML/etc tags and
subsequently, an invalid document.

-Darrel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top