open two different links images in one window on one click
For example
there are two different images link but i want to open both the images in same window on one click i have tried open two different links or images on one click but they opened it in other window i want to open the both the images or links in same window or new window but they must open in one window
what i m doing to open links in two other windows on one click
<a href="tenders/<?php echo $arr[$i]['image_location']?>" onclick="window.open('correction/<?php echo $arr[$i]['image_correction']?>','newwin');"><img src="download_icon.gif" border="0" ALT="<?php echo $arr[$i]['organization_name'] ?>"></a></div></td>