wendymaree
07-01-2003, 09:26 AM
Hello,
I'm trying to have multiple mouseover effects happening on one page, using the same script for each, but none of the mouse-overs are working. If I remove all of the scripts, but one, then the remaining one works.
This code is not exactly a java script, but it does the work of one. It was automatically generated by PSP. I'd greatly appreciate any advice.
Here is the script:
<!-- Begin Table -->
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="556" HEIGHT="166">
<TR>
<TD ROWSPAN="3" COLSPAN="1" WIDTH="39" HEIGHT="166">
<IMG NAME="title0" SRC="title_1x1.jpg" WIDTH="39" HEIGHT="166" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="478" HEIGHT="9">
<IMG NAME="title1" SRC="title_1x2.jpg" WIDTH="478" HEIGHT="9" BORDER="0"></TD>
<TD ROWSPAN="3" COLSPAN="1" WIDTH="39" HEIGHT="166">
<IMG NAME="title2" SRC="title_1x3.jpg" WIDTH="39" HEIGHT="166" BORDER="0"></TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="478" HEIGHT="88">
<A HREF="#" onMouseOver="if(document.images) document.title3.src='welcome_home.gif';"
onMouseOut="if(document.images) document.title3.src='title_2x1.jpg';"><IMG NAME="title3" SRC="title_2x1.jpg" WIDTH="478" HEIGHT="88" BORDER="0" ALT="Welcome Home!"></A></TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="478" HEIGHT="69">
<IMG NAME="title4" SRC="title_3x1.jpg" WIDTH="478" HEIGHT="69" BORDER="0"></TD>
</TR>
</TABLE>
<!-- End Table -->
Thank you!!! :confused:
I'm trying to have multiple mouseover effects happening on one page, using the same script for each, but none of the mouse-overs are working. If I remove all of the scripts, but one, then the remaining one works.
This code is not exactly a java script, but it does the work of one. It was automatically generated by PSP. I'd greatly appreciate any advice.
Here is the script:
<!-- Begin Table -->
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="556" HEIGHT="166">
<TR>
<TD ROWSPAN="3" COLSPAN="1" WIDTH="39" HEIGHT="166">
<IMG NAME="title0" SRC="title_1x1.jpg" WIDTH="39" HEIGHT="166" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="478" HEIGHT="9">
<IMG NAME="title1" SRC="title_1x2.jpg" WIDTH="478" HEIGHT="9" BORDER="0"></TD>
<TD ROWSPAN="3" COLSPAN="1" WIDTH="39" HEIGHT="166">
<IMG NAME="title2" SRC="title_1x3.jpg" WIDTH="39" HEIGHT="166" BORDER="0"></TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="478" HEIGHT="88">
<A HREF="#" onMouseOver="if(document.images) document.title3.src='welcome_home.gif';"
onMouseOut="if(document.images) document.title3.src='title_2x1.jpg';"><IMG NAME="title3" SRC="title_2x1.jpg" WIDTH="478" HEIGHT="88" BORDER="0" ALT="Welcome Home!"></A></TD>
</TR>
<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="478" HEIGHT="69">
<IMG NAME="title4" SRC="title_3x1.jpg" WIDTH="478" HEIGHT="69" BORDER="0"></TD>
</TR>
</TABLE>
<!-- End Table -->
Thank you!!! :confused: