TinyPortal

Development => Block Codes => Topic started by: Shadow on February 17, 2007, 03:18:57 AM

Title: Yahoo Search
Post by: Shadow on February 17, 2007, 03:18:57 AM
Put this code in a scriptbox

<form method="get" action="http://www.search.yahoo.com/" target='_blank'>

<input type="text"   name="q" size="23"
maxlength="140" value="" />
<center><input type="submit" value="Yahoo Search" />
<br /></center>
</form>


But one litter problem with this code.  It's will bring you to "Yahoo Search" but it's won't show nothing but the home page of "Yahoo".

The code work all that.  But it's might show funny to IE user's.  Because i edit this code in "FireFox".  I can put a code up for IE user's....