Hi! I have an online course I've migrated to a CD with an autoload. When I load the course on my PC, it works just fine and all the links work, too.
However, I've attempted to run the course from the CD on my laptop and now many links do not work. These are just your basic <a href="file.htm"> type links with a graphic button. I was getting a Javascript error (Object expected) on the laptop, but I removed the Javascript, which only did the rollover images, to test it. No javascript errors now, but the link still does not work. All scripts are on the CD and I can advance page by page with no problem.
Here is a code fragment: (works on my PC)
<tr id="navigation_cell">
<td height="25">
<table id="Naviagtion" width = "100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="bottom" height="38" align="right"> <a href="menu.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu','','images/nav_buttons/menu_over.gif',1)"><img src="images/nav_buttons/menu.gif" alt="Menu" name="Menu" width="66" height="21" hspace="2" border="0"></a><a href="glossary.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Glossary','','images/nav_buttons/glossary_over.gif',1)"><img src="images/nav_buttons/glossary.gif" alt="Glossary" name="Glossary" width="89" height="21" hspace="2" border="0"></a><a href="javascript:window.close()" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Exit','','images/nav_buttons/exit_over.gif',1)"><img src="images/nav_buttons/exit.gif" alt="Exit Course" name="Exit" width="54" height="21" hspace="2" border="0"></a></td>
<td width = "20"> </td>
<td valign="bottom" width = "35"> <div align="center">
</div></td>
<td valign="bottom" width = "120"> <div align="center"><font color="#FFCC00" size="2" face="Arial, Helvetica, sans-serif">Page <script language="javascript">
document.write(page + " of " + maxpage); </script>
</font></div></td>
<td valign="bottom" width = "35"> <div align="center">
<a href="1010_020.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Forward','','images/nav_buttons/forward_button_over.gif',1)"><img align="absbottom" src="images/nav_buttons/forward_button.gif" alt="Forward" name="Forward" width="24" height="24" border="0"></a>
</div>
</td>
</tr>
Sorry if this is a silly question, but it's driving me crazy. Thanks!
However, I've attempted to run the course from the CD on my laptop and now many links do not work. These are just your basic <a href="file.htm"> type links with a graphic button. I was getting a Javascript error (Object expected) on the laptop, but I removed the Javascript, which only did the rollover images, to test it. No javascript errors now, but the link still does not work. All scripts are on the CD and I can advance page by page with no problem.
Here is a code fragment: (works on my PC)
<tr id="navigation_cell">
<td height="25">
<table id="Naviagtion" width = "100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="bottom" height="38" align="right"> <a href="menu.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu','','images/nav_buttons/menu_over.gif',1)"><img src="images/nav_buttons/menu.gif" alt="Menu" name="Menu" width="66" height="21" hspace="2" border="0"></a><a href="glossary.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Glossary','','images/nav_buttons/glossary_over.gif',1)"><img src="images/nav_buttons/glossary.gif" alt="Glossary" name="Glossary" width="89" height="21" hspace="2" border="0"></a><a href="javascript:window.close()" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Exit','','images/nav_buttons/exit_over.gif',1)"><img src="images/nav_buttons/exit.gif" alt="Exit Course" name="Exit" width="54" height="21" hspace="2" border="0"></a></td>
<td width = "20"> </td>
<td valign="bottom" width = "35"> <div align="center">
</div></td>
<td valign="bottom" width = "120"> <div align="center"><font color="#FFCC00" size="2" face="Arial, Helvetica, sans-serif">Page <script language="javascript">
document.write(page + " of " + maxpage); </script>
</font></div></td>
<td valign="bottom" width = "35"> <div align="center">
<a href="1010_020.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Forward','','images/nav_buttons/forward_button_over.gif',1)"><img align="absbottom" src="images/nav_buttons/forward_button.gif" alt="Forward" name="Forward" width="24" height="24" border="0"></a>
</div>
</td>
</tr>
Sorry if this is a silly question, but it's driving me crazy. Thanks!