If anybody knows the correct way to get a "onClick" (javascript) event to work in a php enviroment - All im trying to do is when the customer clicks on the thumbnail, it will display the picture in another window - just using standard Javascript - Check out my echo line below:
Code: Select all
<?php
echo "<td><a href="javascript:;" onClick=" . '"' . "MM_openBrWindow('$rowResult[10]','','width=300,height=300')"."' >
<img src=$rowResult[10] width='100' height='100'> </td>";
?>
*Note:
Thanks for your help, whom ever knows---
| Charlie | Got PHP? |