Hi
I have 2 tables a main table called litters and a custom view of it which is a smaller version of it. In view at the bottom of each record there is a back to list box, i wanted to put a link beside it giving the option to view the smaller custom view of the currently displayed record. However when the link to do this is clicked the browser displays a blank page.
The code I inserted is
<TD><A class=tablelinks href="litsmalla_view.php?editid1={$show_key1}">View Small Advert</A> </TD>