Thanks a bunch, fellas. I did clean them up a whole lot, and now I have them just like I want them. Then I went over to Newegg and chiseled that one away myself until I had what I wanted.

Here's the IMDb one again, but I removed the option box so it would just search everything and make the form look cleaner:

Code:
<form action="http://www.imdb.com/Find" method="get" target="_NEW">
<input style="width: 120px;" name="for" type="text">
<input name="select" value="All" type="hidden">
<input style="width: 100px;" value="IMDb" name="Search" type="submit">
</form>


Then I made one for Newegg:

Code:
<form action="http://www.newegg.com/Product/ProductList.asp" method="get" name="UISearch" target="_NEW">
<input name="Submit" value="Go" type="hidden">
<input name="DEPA" value="0" type="hidden">
<input name="type" value="" type="hidden">
<input style="width: 120px;" id="Search-1" name="description" tabindex="1" title="search site" maxlength="50" type="text">
<input value="0" name="Category" type="hidden">
<input id="Search-3" name="minPrice" tabindex="2" title="min price" maxlength="6" value="" type="hidden">
<input id="Search-4" name="maxPrice" tabindex="3" title="max price" maxlength="6" value="" type="hidden">
<input style="width: 100px;" value="Newegg" title="Go" name="Go" type="submit">
</form>


Thanks again for your help! I think I'll be able to figure out the other sites now.
_________________________
Matt