Tema: Onload
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/05/2006, 10:03
Avatar de WILLIAMGG
WILLIAMGG
 
Fecha de Ingreso: febrero-2005
Mensajes: 218
Antigüedad: 19 años, 1 mes
Puntos: 0
Hola de nuevo, precisamente es una pagina para q los usuarios de la web escriban comentarios, y en eso tengo problemas, colocare algo del codigo

<body text="...." OnLoad="initialiseWebWizRTE();">
<form name="Form" method="post" action="otra.asp">

<!-- include the Web Wiz Rich Text Editor -->
<!--#include file="RTE_editor_inc.asp" -->

<textarea name="textarea" cols="80" rows="15" id="myTextarea">
&lt;div style="text-align: center; font-family:arial,helvetica,sans-serif;"&gt;
&lt;/div&gt;
</textarea>
<input type="submit" name="Submit" value="Submit Form">
<input name="reset" type="reset" value="Reset Form">
</form>
</body>

otra.asp

strEditorContent = Request.Form("textarea")
<body OnLoad="self.focus();">

<table >
<tr> <td>
<table>
<tr><td class="RTEtextarea" valign="top">
<% = strEditorContent %>
</td></tr>
</table>
</td></tr>
</table>
</body>

Esto funciona OK, pero si yo envio un submit a la misma no lo realiza