oversæt mailto til jmail
hvem kan/gider oversætte dette til at bruge jmail istedet for alm. mail?---
<form method="POST" name="mailformular" enctype="text/plain" action="mailto:email@email.dk">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="55%" id="AutoNumber1">
<tr>
<td width="9%">text1</td>
<td width="91%"><input type="text" name="T1" size="20"></td>
</tr>
<tr>
<td width="9%">text2</td>
<td width="91%">
<input type="radio" value="V1" checked name="alternativknap"><input type="radio" name="alternativknap" value="V2"></td>
</tr>
<tr>
<td width="9%">text3</td>
<td width="91%"><select size="1" name="riulleliste">
<option>rul1</option>
<option>rul2</option>
</select></td>
</tr>
<tr>
<td width="9%">text4</td>
<td width="91%"><textarea rows="2" name="S1" cols="20"></textarea></td>
</tr>
<tr>
<td width="100%" colspan="2"><input type="submit" value="Send" name="B1"><input type="reset" value="Nulstil" name="B2"></td>
</tr>
</table>
</form>