Trustmaster |
|
---|---|
You are right. Try this:
<form action="plug.php?e=search" method="post">
<input type="hidden" name="a" value="search" />
<input type="text" name="sq" />
<input type="submit" value="Go" />
</form> <form action="plug.php?e=search" method="get">
<input type="text" name="pre" />
<input type="submit" value="Go" />
</form> May the Source be with you!
|