hi
if you have a look at this page
http://www.bluetipdvd.co.uk/indexd.php
Once there could you click on:
This is title number one and
this is title number 2
you will see that a new window opens.
however both links display the same row.
this is the code i used to make the new window open:
<A HREF="javascript:void(0)"
onclick="window.open('longprod.php',
'welcome','width=400,height=400')">
<? echo "$name" ?></A>
this is the code i have used in longprod.php:
<table width="100%" height="59" border="0" cellpadding="1" cellspacing="1">
<tr>
<td><? echo "$ID"?> </td><td><? echo "$name"?></td><td><? echo "$longdescription"?></td>
</tr>
</table>
my question is what do you add to the cide to make it so the page that comes up displays the relating product.
hope someone can help
thanks
simon