I can make what I want to do from a form in Perl, but would much rather use a link.
How can I make the form a link?
(Pulls record from FFDB)
Code:<form action="search.pl" method="post"> <input type="hidden" name="act" value="search"> <input type="hidden" name="bts" value="section"> <input type="hidden" name="keyword" value="$fd[0]"> <input type="submit" value="$fd[1]"> </form>
Tried this, but doesn't work
Hope someone can helpCode:<a href="search.pl?act=search&bts=section&keyword=$fd[0]">$fd[1]</a>
Thanks in advance


Reply With Quote
Bookmarks