i am trying to open a iframe in a table and the link won't open the frame.
it says error line 1 char 25 in the index.htm file.
Code: Select all
<html>
<head>
<title></title>
</head>
<body bgcolor="#999999" text="#009966" link="#009966" vlink="#009966" alink="#00CC66">
<SCRIPT language=JavaScript src="menu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>
<SCRIPT language=javascript>
function openIFrame(iframeId, winURL)
{
ifId=gmobj(iFrameId)
ifId.src=winURL
}
</SCRIPT>
<div align="center">
<img src="images/top.gif" width="700" height="100">
<table width="708" border="1" bordercolor="#009966" cellspacing="1" cellpadding="0">
<tr>
<td width="80%">
<iframe width=100% height=375 id=tgcsaframe src="">
</iframe>
</td>
<td width="20%">
</td>
</tr>
</table>
</div>
</body>
Code: Select all
,"Job Oppourtunities","javascript:openIFrame(\"tgcsaframe\", \"jobs.htm\")",,"Job Oppourtunities",1