I have this code in my site and I would like to control the size of the _target window. I believe I need to use onClick but I am not sure. Newbie here.
<td class="recordCells"><?php echo '<a href="inventory/' . $row_rsInventory['PHOTO'] . '" target="_blank">' . '<img src="images/a-camera-icon.png"/>' . '</a>'; ?></td>