<?php
echo <<< EOS
<div class="results">
<div class='thumbnail'><a href="09pictures/$photo.jpg"
target="_blank"><img src='09pictures/tn/tn$photo.JPG'></a></div>
<p>{$count}.) <b><a href="09pictures/{$photo}.jpg"
target="_blank">{$title}</a>, </b> {$company}, <a
href="http://{$website}" target="_blank">{$website}</a>, Category:
{$category}, Country: {$country}, {$price}, Age:
{$age}, {$alcohol}, <a href="a/{$certificate}.pdf"
target="_blank"><b>{$award} Medal</b></a> <b>Certificate:
{$certificate}</b></p>
<p class="separator">**********</p>
</div>
EOS;
On the line where it says target="_blank" I ned to somehow get it to
open up an separate window. I can get a popup if I use
<a href="javascript:;"
onclick="MM_openBrWindow('popups.php','','width=500,height=400')">
but I can't get popups.php to identify the image.
Can anyone help?
--
== Not nuts, just a little eccentric ==