I have been stuck for 2 days now trying to get my queries opened in
popup window with certain size, no scroll and no address bar. Here is
my link that right now opens in a _blank target
< a href="video_pop .php?GenderID= <?php echo
$row_rs_Gender['GenderID']; ?> " target="_blank" class ="centerTable" >
<img src="<?php echo $row_rs_Gender['Pic1']; ?>" border="0"></a>
Any help would be much appreciated
Drisco
popup window with certain size, no scroll and no address bar. Here is
my link that right now opens in a _blank target
< a href="video_pop .php?GenderID= <?php echo
$row_rs_Gender['GenderID']; ?> " target="_blank" class ="centerTable" >
<img src="<?php echo $row_rs_Gender['Pic1']; ?>" border="0"></a>
Any help would be much appreciated
Drisco
Comment