Direct searches in Google and youtube!
Posted: 22 Mar 2010, 13:14
there is a direct google and youtube search engines. Themselves in a new window will open, etc. Really convenient.
How do I change the code so that I can youtube search box next to google?
[hsimg]http://img100.imageshack.us/img100/8114/kysymys.jpg[/hsimg]
Thanks.
How do I change the code so that I can youtube search box next to google?
[hsimg]http://img100.imageshack.us/img100/8114/kysymys.jpg[/hsimg]
Thanks.
Code: Select all
<!-- Search Google -->
<FORM method=GET action="http://www.google.com/search"target="_blank">
<TABLE bgcolor="#eff3f6"><tr><td>
<A HREF="http://www.google.com/"target="_blank">
<IMG SRC="http://www.kuvat.fi" border="0" ALT="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=51 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value="en">
<INPUT type=submit name=btnG VALUE="Hae">
</td></tr></TABLE>
</FORM><!-- Search Google --><!-- Search Youtube -->
<FORM method=GET action="http://www.youtube.com/results" method="get" target="_blank">
<TABLE bgcolor="#eff3f6"><tr><td>
<A HREF="http://www.image.com/">
<IMG SRC="http://www.image.com/" border="0" ALT="youtube" align="absmiddle"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value="en">
<INPUT type=submit name=btnG VALUE="Hae">
</td></tr></TABLE>
</FORM>
<!-- Search Youtube --></div></div></div><br>