wilsonsn.com - Software Development

Please help the website/development by donating!

Java - Table Search
 
Java - Table Search

Example Usage:

Search:
Name Address Telephone Email PostCode
Joe Bloggs 1 Test Street 01112223345 joe@bloggs.com l12 4ER
John Doe 2 Creation Avenue 0123413123 john@doe.com L56 3DF
Andy Smith 3 Development Way 11141241231 andy_smith@smith.com W34 4ER
George Doe 4 King Street 324234234 george@streets.com EC2 3ED


Script

<script type="text/javascript" src="http://www.wilsonsn.com/java/wilsonsn_srchtbl.js"></script>

Reference

<script type="text/javascript" >
function CheckSearch(){
SearchTable("searchid","tblid");
}
</script>

Table HTML


Search: <input id="searchid" type="text" onkeyup="CheckSearch()"/>
<table border="1" id="tblid">
<tr>
<th>Name</th>
<th>Address</th>
<th>Telephone</th>
<th>Email</th>
<th>PostCode</th>
</tr>
<tr>
<td>Joe Bloggs</td>
<td>1 Test Street</td>
<td>01112223345</td>
<td>joe@bloggs.com</td>
<td>l12 4ER</td>
</tr>
<tr>
<td>John Doe</td>
<td>2 Creation Avenue</td>
<td>0123413123</td>
<td>john@doe.com</td>
<td>L56 3DF</td>
</tr>
<tr>
<td>Andy Smith</td>
<td>3 Development Way</td>
<td>11141241231</td>
<td>andy_smith@smith.com</td>
<td>W34 4ER</td>
</tr>
<tr>
<td>George Doe</td>
<td>4 King Street</td>
<td>324234234</td>
<td>george@streets.com</td>
<td>EC2 3ED</td>
</tr>
</table>

 



Visitors Unique
Total 905693 30172
Last 1 day 893 52
Last 28 days 16831 1072
Last year 295704 8890

  Copyright(c) wilsonsn.com 2022