Formular2Link
In diesem Beispiel wird ein Webformular als Link getarnt:
<style>
.verweis
{
border-right: 0pt;
border-top: 0pt;
font-size: 10pt;
border-bottom: 0pt;
border-left: 0pt;
cursor: hand;
text-decoration: underline;
color:blue;
background-color: transparent;
}
</style>
<form action="http://www.koller-webprogramming.ch" method="get">
<input class="verweis" type="submit" value="form2link">
</form>