14/12/2005, 16:25
|
| | Fecha de Ingreso: marzo-2005
Mensajes: 71
Antigüedad: 19 años, 10 meses Puntos: 0 | |
Problema con firefox Hola,estoy haciendo una web y me sale este fallo
"this.funcion.submit no has properties"
Alguien me puede dar una pista porque puede pasar?
Aqui tenes codigo:
form name="funcion" action="htps://www.xxx.com" method="post">
<input type="hidden" name="PAYEE_NAME" value="hola">
<input type="hidden" name="PAYMENT_UNITS" value="1">
<input type="hidden" name="PAYMENT_METAL_ID" value="1">
<input type="hidden" name="adios" value="POST">
<input type="hidden" name="hi" value="1">
<input type="hidden" name="REFERRER" value="">
<input type="hidden" name="SUGGESTED_MEMO" value="jajajaja">
</form>
<script language="JavaScript1.2"> this.funcion.submit(); </script>
Los nombres y los valores son irrelevantes.Saludos |