and here is a code:
sub OutputSearchForm { my $oldSearch = $queryStringHash{'q'}; my $searchSelector = CreateSearchSelector(); my $q = $triplets{"Search"}; # The search query, as returned by Goo +gle print <<END_OF_HEADER; <form method=GET action="$scriptName"> <INPUT TYPE=hidden name=hl value=en> <table cellpadding=0 cellspacing=0 width="100%" border=0> <tr> <td width=5> </td> <td align=left><font face="arial,sans-serif"> <input type=hidden name=q value=\"$oldSearch\"> <input type=text name=q size=61 maxlength=256 value=\"$q\"> $searchSelector <nobr> <INPUT type=submit name=sa VALUE="Search within results +"> </nobr> </font></td> <td align=right valign=top></td> </tr> </table> </form> END_OF_HEADER }
Edit by tye
In reply to Append query string by bluecafe
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |