Can somebody help me????
The problem I have here in this program is that when you click on 'ISG' it document.write("ISG Content" into a new page.
What it suppose to do is document.write("ISG Content"
underneath the 'm_isg.gif' image?
The program below....
-----------------
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="javascript">
function isg_content()
{
document.write("isg content"
}
</script>
</head>
<body bgcolor="#FFFFFF">
<table width="75" border="0" cellspacing="6" cellpadding="0">
<tr>
<td><img src="m_head.gif" width="130" height="38"><BR>
<img onclick="javascript: isg_content();" src="m_isg.gif" width="130" height="22"><BR>
<img src="m_svg.gif" width="130" height="22"><BR>
<img src="m_TDC.gif" width="130" height="22"><BR>
<img src="m_pab.gif" width="130" height="22"><BR>
<img src="m_bot.gif" width="130" height="16"></td>
</tr>
</table>
</body>
</html>
The problem I have here in this program is that when you click on 'ISG' it document.write("ISG Content" into a new page.
What it suppose to do is document.write("ISG Content"
underneath the 'm_isg.gif' image?
The program below....
-----------------
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="javascript">
function isg_content()
{
document.write("isg content"
}
</script>
</head>
<body bgcolor="#FFFFFF">
<table width="75" border="0" cellspacing="6" cellpadding="0">
<tr>
<td><img src="m_head.gif" width="130" height="38"><BR>
<img onclick="javascript: isg_content();" src="m_isg.gif" width="130" height="22"><BR>
<img src="m_svg.gif" width="130" height="22"><BR>
<img src="m_TDC.gif" width="130" height="22"><BR>
<img src="m_pab.gif" width="130" height="22"><BR>
<img src="m_bot.gif" width="130" height="16"></td>
</tr>
</table>
</body>
</html>