- or download this
print $q->header( -type =>'text/html');
print <<"EODEOD";
...
<body onload="iframeLoad()">
EODEOD
- or download this
function iframeLoad(a) {
a = document.getElementById("tableId").innerHTML;
parent.document.getElementById("tableId").innerHTML = a;
parent.document.getElementById("hiframe").src = "about:blank";
}
- or download this
...
function showTable(loc) {
...
<iframe id="hiframe" src="about:blank" style="visibility:hidden;displa
+y:none"></iframe>
<div id="tableId" style="background-color:lightgray"></div>
....
- or download this
....
<div id="tableId">
...
some stuff to display
more stuff
</pre></div>