Using asp and Javascript (in Dreamweaver):
I have a window that displays all the data in a database record with a popup button to display the description field.
The window displays the data for record 7, when I click on on the popup button, the description field is displayed for record 1, the first record in the database, not the record 7, I'm currently on.
<td><strong><font size="5"><img src="../IMAGES/Description.gif" alt="Click Here" width="91" height="33" border="0" Onclick="MM_openBrWindow('
How do I get it to show the description for the record I'm viewing record 7?
I have a window that displays all the data in a database record with a popup button to display the description field.
The window displays the data for record 7, when I click on on the popup button, the description field is displayed for record 1, the first record in the database, not the record 7, I'm currently on.
<td><strong><font size="5"><img src="../IMAGES/Description.gif" alt="Click Here" width="91" height="33" border="0" Onclick="MM_openBrWindow('
How do I get it to show the description for the record I'm viewing record 7?