formatting mailto

il_betto

Utente Attivo
23 Mar 2007
42
0
0
Ciao !!
Ho una funzione, volevo chiedere se all' interno della mailto e' possibile formattare (mettere in grassetto e anche cambiare colore) parte del testo e anche il valore contenuto in getElementById.

Grazie!!

<head>
function send(n) {
if (n==1) {
location.href = "mailto:"+document.getElementById('signature3').value+"?subject="+document.getElementById('document').value+", Rev. "+document.getElementById('rev').value&body=The document is written by "+document.getElementById('signature1').value; }
}
</head>
<body><form>....
<input type="button" value="Mail1" onClick="send(1)">
.... </form>
 

Discussioni simili