HI,
Tried the above code as seen below
results in Links top text plus empty frame below,which gets filled up with the same links (Plus another small empty frame - nested) if I click one link at the top of the page...
Need advise here.Thanks
<script type="text/javascript">
var data = '';
#######################################<BR>
data +='<a NAME="EVNTLOG"></a>';
data +='<table width="100%" border="1" cellpadding="3" cellspacing="0">';
data +='<tr><td bgcolor="#C0C0C0"> <p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 8pt; font-weight: bold; color: #000000"> Last errors from WIN32 event log <a HREF="#TOP">[Top]</a>    <b style="color:blue"> </b> </p></td></tr>';
data +='<tr><td bgcolor="#FBEDBB"><PRE>';
data +='Last errors from WIN32 event log :';
data +='--------------------------------';
data +=' </PRE></td></tr></table>';
data +='###############################################################';
window.onload = function() {
var ifrm = window.frames['myFrame'];
ifrm.document.open();
ifrm.document.write(data);
ifrm.document.close();
}
</script>
</head>
<body><ul>
<H5><FONT COLOR=BlueViolet> System Information:</H5>
<LI><A HREF="#LMEMORY" target ="myFrame"><p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 6pt; font-weight: bold; color:#0000EE"> Logical Memory Info</A></LI>
<LI><A HREF="#PMEMORY" target ="myFrame"><p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 6pt; font-weight: bold; color:#0000EE"> Physical Memory Info</A></LI>
<BR>
</UL>
<iframe name="myFrame" width="75%" height="300" align="right"></iframe>
</body></html>
Long live king Moshiach !