I've been trying out this site called Protopage, which is essentially a web-based desktop written in Ajax. I like it, and I'm playing around with it to determine if I want to switch from Google IG.

One of the appealing bits to me is the "Quick Search" panel, but there aren't any instructions as to how to add your own searches. You can edit it and all it really is is a bunch of HTML forms designed to search various websites. Could someone give me some help in figuring out how to do this?

For example, the one for Google looks like this:
Code:
<form action="http://www.google.com/search" method="get" target="_NEW">
<input style="width: 120px;" name="q">
<input style="width: 100px;" value="Google" type="submit">
</form>


I have a feeling that this really depends on how the web site in question operates its search function. If I knew what I was looking for, though, I might be able to figure out how to incorporate the sites that I'd like.
_________________________
Matt