Hola a todos,
Tengo un problema con el <TEXTARE>
esto resulta que cuando pongo un codigo html dentro de el
<textare><FORM name="MyMenu" action="javascript:gothere(document.MyMenu);" method="post">
<table border=0><tr><td valign="Middle">
<SELECT name="selectsite" style="font-size='13px'; font-family='MS Sans Serif'; font-weight=500; font-style='Normal'; text-decoration='None'; width=">
<OPTION value="http://www.google.com.ar" style="background-color='';color=''">Google</OPTION>
<OPTION value="www.yahoo.com.ar" style="background-color='';color=''">Yahoo</OPTION>
<OPTION value="www.msn.com" style="background-color='';color=''">Msn</OPTION>
<OPTION value="www.php.net" SELECTED style="background-color='';color=''">Php</OPTION>
</select>
</td>
<td>
<input type="submit" value="Go" style="font-size='13px'; font-family='MS Sans Serif'; font-style='Normal'; text-decoration='None'; width=; height=; font-weight=500">
</td></tr></table>
</form></textare>
En vez de aparecerme el codigo me aparece lo que muestra, el resultado del codigo.
¿Como soluciono este problema?