Yes - I can do that and have done that... However, what I'm lacking is exactly how to post that info?
For instance, there are some that would be...
<form action=search.asp method=POST>
and maybe have an input of
<input type=hidden name=category value=something>
and maybe a
<input type=text name=searchText>
doing something like this:
http://somedomain.com/search.asp?cat...hText=bookname
doesn't work for most of the "POST" sites... that works fine when the site is using GET.