Forums
This topic is locked
Object not found error..help
27 Nov 2006 19:48:21 S Murph posted:
HelloI have searched over and over through the code and I just can't seem to find what is causing the object expected error at line, 42, 44, 45. The template and sub pages worked fine until I put links on the rollovers.
Pasted below is the code, I'm stuck and working on a hard deadline. Any help would be greatly appreciated!!!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<link href="styles.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {font-size: 12pt}
-->
</style>
<body onLoad="MM_preloadImages('images/button_back_rollover.jpg','images/button_next_rollover.jpg')">
<table border="0" cellpadding="0" cellspacing="0" background="../Templates/images/banner_bg_slice.gif" width="100%">
<tr valign="top">
<td width="605" align="left" background="images/banner_bg_slice.gif"><img src="images/left_banner.gif" width="605" height="115" border="0"></td>
<td width="218" align="left" background="images/banner_bg_slice.gif"><img src="images/banner_right_2.jpg" width="180" height="113" border="0"></td>
<td background="images/banner_bg_slice.gif"> </td>
</tr>
</table>
<!--main content tables-->
<table width="764" height="117%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr valign="top">
<td width="191" id="nav-elements" rowspan="3"><!-- InstanceBeginEditable name="navigation" -->
<p class="level1-off">Introduction</p>
<p class="level1-on">Objectives</p>
<p class="level1-off"> </p>
<p class="level1-off"> </p>
<p class="level1-off"> </p>
<p class="level1-off"> </p>
<!-- InstanceEndEditable --></td>
<td height="49" valign="top"><table width="573" height="50" border="0" align="left" cellpadding="0" cellspacing="0" id="header-table">
<!-- InstanceBeginEditable name="Title" -->
<tr>
<td colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
</tr>
<tr valign="top">
<td align="left" valign="middle"> </td>
<td align="right" valign="top"> </td>
</tr>
<tr valign="top">
<td align="left" width="359" valign="middle"><h2>Objectives<span class="style5"></span></h2></td>
<!--start back and next table-->
<td align="right" valign="top"><!-- actually draw the nav table - nested -->
<table border="0" cellpadding="4" cellspacing="0" align="right">
<tr valign="top">
<td width="56"><img src="images/spacer.gif" width="1" height="1"><a href="index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('images/button_back_rollover.jpg',1)"><img src="images/button_back.jpg" width="69" height="18" border="0"></a></td>
<td align="right"><a href="differentiate_01.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','images/button_next_rollover.jpg',1)"><img src="images/button_next.jpg" name="Image9" width="69" height="18" border="0"></a><a href="../Templates/intro2.html"></a></td>
</tr>
</table>
<!--end back and next table-->
<span class="navNextOn"> </span></td>
</tr>
<tr valign="top">
<td height="2" colspan="2"><img src="images/spacer.gif" width="1" height="1"></td>
</tr>
<!-- InstanceEndEditable -->
</table></td>
</tr>
<tr valign="top">
<!--start content-->
<td width="573" height="337"><!-- InstanceBeginEditable name="EditRegion1" -->
<div class="bodytext" id="content-div">
Upon Completing this course, you'll be able to:
<img src="images/group_smiling_2_small.jpg" width="200" height="174" align="right" class="rightimage"></p>
<ul><li class="listitem">Define Gentech's overall performance rating </li>
<li class="listitem">Interpret the overall performance rating </li>
<li class="listitem">Identify common errors when determining an employee's performance <br>
rating </li>
<li class="listitem">Describe how to avoid performance rating errors </li>
</ul>
</div>
<!-- InstanceEndEditable --></td>
<!--end content-->
</tr>
<tr>
<td valign="top" height="30%">
<!--start back and next table-->
<table border="0" cellpadding="4" cellspacing="0" align="right">
<!-- InstanceBeginEditable name="lower_nav" -->
<tr valign="top">
<td align="right"><a href="index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','images/button_back_rollover.jpg',1)"><img src="images/button_back.jpg" name="Image12" width="69" height="18" border="0"></a><img src="images/spacer.gif" width="1" height="1"></td>
<td align="right"><a href="differentiate_01.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','images/button_next_rollover.jpg',1)"><img src="images/button_next.jpg" name="Image11" width="69" height="18" border="0"></a><a href="../Templates/intro2.html"></a></td>
</tr>
<!-- InstanceEndEditable -->
</table>
<!--content table--></td>
</tr>
</table>
<map name="bannerMap">
<area shape="rect" coords="658,16,711,39" href="javascript:window.close();" alt="Exit">
</map>
<!-- InstanceEnd --></html>