T
|
thesofa 10/19/2008 |
If you set the SQL query to show only those records that you want to be shown on the first visit to a page, then you achieve the first part of the problem. <SPAN class=buttonborder><INPUT class=button onclick="java script: document.forms.frmSearch.a.value = 'showall'; document.forms.frmSearch.submit();" type=button value="Show all"></SPAN>
<A class=tablelinks href="all_list.php"></A>
|
|
hfg author 10/20/2008 |
Thanks sofa |