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!

Insert HTML page into a cell using Javascript

Status
Not open for further replies.
Joined
Jan 21, 2005
Messages
46
Location
US
Hi. Is there a simple way to insert an HTML page into a cell in a table? I want to designate sizes and scrolling option.

The following is relevant information, but I want to know if it's possible to simply insert an HTML without using IFrames:

<script language="JavaScript" type="text/JavaScript">
document.write('<IFRAME SRC="'if_about.htm'" WIDTH=490 HEIGHT=296 frameborder="0" scrolling="yes" NAME="Contenido"></IFRAME>');
</script>
 
You can insert HTML into the cell but I think you will run into trouble with an entire page due to the HTML, Head, Body, etc. tags.


Paranoid? ME?? WHO WANTS TO KNOW????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top