I forgot to include the following for the javascript version.
On the form field
<cfinput type="text" name="ANo" id="ANo" value="">
Include an onKeyUp event
<cfinput type="text" name="ANo" id="ANo" value="" onKeyUp="get_ANo()">
This will then filter the grid with each character entered.
Ken