<form id=band_search_form action=\"brand.php\" method=\"post\">$row[3]";
<input type="text" name="info" style="width:200px; height: 30px; font-size: 25px">';
<input type=\"submit\" name=\"submit\" style=\"font-size: 25px; width: 90px; height: 35px; margin-left: 15px\" value=$row[3]>"
就是这种form, 一般form都要点submit才能去响应, 但是我目前是希望, 只要一有输入就响应, 请问是要怎么办呢?