calpolymis1
MIS
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>
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>