A *lot* of javascript.

You can basically iterate through the entire table, i.e. with something like
document.getElementsByTag("TR"); use RegEx to find the data you want; and
then hide the other rows by turning CSS style display to 'none'

Imho, the client is not the right place to do this...

daniel

----- Original Message ----- 
From: "imran ali" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 17, 2003 2:17 PM
Subject: searching on client side.


> Hi All,
>           I am having a table in my jsp. I have a text box which
> takes value of a particular column, make search on that column and
> finally displays only those rows which have those columns. And if
> I again want to search on some other column it will search in
> initial collection of values and will give me result.
>
> How can I achieve it on client side itself without going to
> server.
>
> Please help .
> Imran.
>
>
>
> Imran
> ___________________________________________________
> Click to Order Your Prints For Delivery Anywhere
> in India at http://www.kodakexpress.co.in
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to