Option Run "Go" in search box

liunx

Guest
Hello<br />
<br />
How do I enter text in the InputBox<br />
and run the "Go" search without using the Click Go?<br />
Is there a way to Bypass Clicking go<br />
and run the "Go command" with a html code somehow<br />
<br />
<br />
name="submit" value="Search" alt="Go"></td><br />
<br />
<br />
<table border="0" width="100%" cellpadding="0" cellspacing="0"><br />
<tr bgcolor="#003366"><td width="100%"><br />
<table border="0" width="100%" cellpadding="0" cellspacing="0"><br />
<tr><td><img src=http://www.htmlforums.com/archive/index.php/"http://images.mail.lycos.com/mailcity/images/box_top.gif" width="181" height="25" alt=""></td><br />
<td width="100%"><form action="http://search.lycos.com/main/default.asp" method="get" target="_blank"></td><br />
<td nowrap><font face="Verdana,Sans-serif" size="1" color="#FFFFFF"><b>Search the web:</b>&nbsp;</font></td><br />
<td><input type="text" width="20" style="width:120px;<br />
font-family:Verdana,Sans-serif; font-size:10px;" name="query"></td><br />
<td><font face="Verdana,Sans-serif" size="1">&nbsp;</font></td><br />
<td><input type="image" src=http://www.htmlforums.com/archive/index.php/"http://images.mail.lycos.com/mailcity/images/button_go.gif" width="24"<br />
height="15" border="0" name="submit" value="Search" alt="Go"></td><br />
<td><img src=http://www.htmlforums.com/archive/index.php/"http://images.mail.lycos.com/common/images/dot.gif" width="20" height="1" alt="dddd"></td></tr></form><br />
</table><!--content-->action="http://search.lycos.com/main/default.asp" method="get" <br />
Does that mean whats in the Textbox Inputbox?<br />
<br />
Where can I learn how to auto run command Button as in<br />
name="submit" value="Search" alt="Go"<br />
Thanks<!--content-->well once you enter text in the inputbox then hit enter it will usually do what is in the action field of the form.<br />
<br />
action="http://search.lycos.com/main/default.asp<br />
<br />
that is in the form. so when you push go or hit enter then it will do that action. you can't auto run a form. the user has to push enter or hit a button.<br />
<br />
name="submit" value="Search" alt="Go" - will do nothing.<br />
<br />
<input type="image" src=http://www.htmlforums.com/archive/index.php/"http://images.mail.lycos.com/mailcity/images/button_go.gif" width="24" height="15" border="0" name="submit" value="Search" alt="Go"><br />
<br />
tha twill do what ever is in the action attribute of the <form> tag. all it is is a graphic button.<!--content-->
 
Back
Top