Rino5555
03-05-2008, 09:00 PM
Hi to all...
i have the following code in a table...
code:
*********************************************
<td bgcolor="045C97" align="CENTER">
<a onMouseover="Mens.src='/MenS01.jpg';MainMens.src='/MenB01.jpg'"
onMouseout="Mens.src='/MenS01.jpg'" width="100" height="80">
<img src="/MenS01.jpg" border="1" name="Mens" width="100" height="80"></a><br>
<a onMouseover="Mens.src='/MenS02.jpg';MainMens.src='/MenB02.jpg'"
onMouseout="Mens.src='/MenS02.jpg'" width="100" height="80">
<img src="/MenS02.jpg" border="1" name="Mens" width="100" height="80"></a><br>
</td>
<td align="CENTER" bgcolor="FFFFFF" >
<img SRC="MainMen.jpg" name="MainMens" width="500" height="400">
</td>
<td bgcolor="045C97" align="center" >
<a onMouseover="Mens.src='/MenS07.jpg';MainMens.src='/MenB07.jpg'"
onMouseout="Mens.src='/MenS07.jpg'" width="100" height="80">
<img src="/MenS07.jpg" border="1" name="Mens" width="100" height="80"></a><br>
<a onMouseover="Mens.src='/MenS08.jpg';MainMens.src='/MenB08.jpg'"
onMouseout="Mens.src='/MenS08.jpg'" width="100" height="80">
<img src="/MenS08.jpg" border="1" name="Mens" width="100" height="80"></a><br>
</td>
*******************************************
what I'm trying to figure out is when i mouse over an image i want to read from my DB and get the description so i can make it appear on top of the big image...
to open and read data from the DB is no problem...
i having trouble on how to store the value in the mouseover code...
Hope someone can help me...
thanking you in advance...
Rino
i have the following code in a table...
code:
*********************************************
<td bgcolor="045C97" align="CENTER">
<a onMouseover="Mens.src='/MenS01.jpg';MainMens.src='/MenB01.jpg'"
onMouseout="Mens.src='/MenS01.jpg'" width="100" height="80">
<img src="/MenS01.jpg" border="1" name="Mens" width="100" height="80"></a><br>
<a onMouseover="Mens.src='/MenS02.jpg';MainMens.src='/MenB02.jpg'"
onMouseout="Mens.src='/MenS02.jpg'" width="100" height="80">
<img src="/MenS02.jpg" border="1" name="Mens" width="100" height="80"></a><br>
</td>
<td align="CENTER" bgcolor="FFFFFF" >
<img SRC="MainMen.jpg" name="MainMens" width="500" height="400">
</td>
<td bgcolor="045C97" align="center" >
<a onMouseover="Mens.src='/MenS07.jpg';MainMens.src='/MenB07.jpg'"
onMouseout="Mens.src='/MenS07.jpg'" width="100" height="80">
<img src="/MenS07.jpg" border="1" name="Mens" width="100" height="80"></a><br>
<a onMouseover="Mens.src='/MenS08.jpg';MainMens.src='/MenB08.jpg'"
onMouseout="Mens.src='/MenS08.jpg'" width="100" height="80">
<img src="/MenS08.jpg" border="1" name="Mens" width="100" height="80"></a><br>
</td>
*******************************************
what I'm trying to figure out is when i mouse over an image i want to read from my DB and get the description so i can make it appear on top of the big image...
to open and read data from the DB is no problem...
i having trouble on how to store the value in the mouseover code...
Hope someone can help me...
thanking you in advance...
Rino