Salve a tutti sto cercando di riprodurre in modo simile questo form di inserimento post del forum di html sopratutto perchè mi interessano i pulsanti vbcode tipo "b" "i" size etc........però siccome ne so pochissimo non riesco a farlo funzionare mi potete aiutare? questo è il codice:
pagina prova.asp
<%@LANGUAGE="VBSCRIPT"%>
<html>
<head>
<title>VbCode</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<form name="form1" method="post" action="">
<table width="480" border="0" cellspacing="0" cellpadding="0">
<SCRIPT language=Javascript
src="images/vbcode.js">
</SCRIPT>
<SCRIPT language=Javascript
src="images/vbcode_language.js">
</SCRIPT>
<tr>
<td>Inserisci il testo da modificare</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td height="40"><INPUT class=bginput onmouseover="stat('b')" title="BOLD (alt+b)" accessKey=b onclick="vbcode(this.form,'B','')" type=button value=" B "></td>
</tr>
<tr>
<td>
<INPUT class=bginput style="FONT-SIZE: 7pt" size=50 value="Use these controls to insert vBcode" name=status>
</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>


<textarea name="textarea" cols="60" rows="6"></textarea>
</p>



<input type="submit" name="Submit" value="Invia">
</p></td>
</tr>
</table>
</form>
</body>
</html>


le pagine incluse vbcode.js e vbcode_language.js sono quelle che ho preso scaricando direttamente questa pagina del form.

Potete aiutarmi................grazie