hi
If you click on the following page
http://www.bluetipdvd.co.uk/indexd.php and the click on the two product
links a new window opens which displays some more info. I am trying to make it so the window that opens
displays info relevant to the the link that was click
e.g
clicking on product one displays info about product one
clicking on product two displays info about product two
At the moment the window will only display the first row in my database an im not sure
what i need to change
this is the code that opens a new window:
<A HREF="javascript:void(0)"
onclick="window.open('longprod.php',
'welcome','width=400,height=400')">
<? echo "$name" ?></A>
and this is the code that displays info in the new window:
<td><? echo "$ID"?> </td><td><? echo "$name"?></td><td><? echo "$longdescription"?></td>
ive tried looking for help elsewhere but im not sure what i should be reading up on
any help would be appreciated and if you cant tell me what the code should be could you tell me what i should be reading up on
thanks
simon