Ciao e auguri a tutti!!!
Con il codice in calce si può inserire il testo in un Iframe, il problema è che NON voglio che gli indirizzi email vengano formattati in automatico come tali, ma che restino come semplice testo.
Come si fa?
Grazie 1000000.
Kava
codice:
<html>
<head>
<title></title>
</head>
<script>
function initEditor()
{
idContent.document.designMode = "on"
}
</script>
<body onLoad="initEditor()">
<IFRAME scrolling="no" marginwidth="0" NAME="idContent" id="idContent" WIDTH="300" HEIGHT="200" contentEditable="true"></IFRAME>
</body>
</html>