如何仅使用一种 INPUT TYPE = "text" 进行两次调查
<FORM method="GET" action="http://www.youtube.com/results?q=">
</A><br> <A HREF="http://www.youtube.com/"> </A>
**<INPUT TYPE="text" name="q" size=25 maxlength=270 value="" background-color="#ff00ff" >**
<INPUT type="submit" name="btnY" VALUE="Youtube">
</FORM>
<FORM method="GET" action="http://www.google.com/search">
</A> <A HREF="http://www.google.com/"> </A>
**<INPUT TYPE="text" name="q" size=25 maxlength=270 value="" background-color="#ff00ff">**
<INPUT type="submit" name="btnG" VALUE="Google">
</FORM>