I'm sure that's possible with javascript and frames.  There will be a lot
of issues though, depending on the size of your MP3 list, with querying
even an array or hash on every character a person types.

Check out the javascript "onchange='javascriptfunction();'" in the <input>
tag.

Peter

On Sat, 9 Nov 2002, Nikhil Prashar wrote:

> Would it be possible to create a Winamp-like search in a web-based form (the
> search basically checks your list of music as you type and pulls all the
> matches it finds)?
>
> Say you pull the results of a SQL Query and assign them to a variable. Can
> you take user input and compare it to the variable for matches before the
> user ever even submits the form?
>
> Thanks,
> Nikhil
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

---------------------------------------------------------------------------
Peter Beckman            Systems Engineer, Fairfax Cable Access Corporation
[EMAIL PROTECTED]                             http://www.purplecow.com/
---------------------------------------------------------------------------


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to