Me again

Mike in your quotes script, right on the first page you have two links:
Add a new quote and Search for a quote.
I wanted to replace thos links with a button, button shows fine, link looks fine ..but is not , is not taking me anywhere, it is a dead link. help please?
your code:
print <<HTML;
[ <a href="$::prog?function=add">Add a quote</a> ]
HTML
}mine:
print <<HTML;
<a href="$::prog?function=add"><input type="submit" value="add quote"></a>
HTML
}what am I doing wrong?
also on the same page how do I add a block title, like on the others?
Thanks Mike.
BTW. Love that small feature!