Ver Mensaje Individual
  #6 (permalink)  
Antiguo 05/05/2005, 12:35
Avatar de xcars
xcars
 
Fecha de Ingreso: mayo-2005
Ubicación: El Salvador
Mensajes: 753
Antigüedad: 19 años
Puntos: 4
voy a probar ahorita, gracias de paso te dejo esto, es el codigo que me genera ya la pagina, esque te sere sincero de javascript no se mucho, entonces, te dejo mi codigo para ver si me ayudas a poner lo que me falta porfa te lo agradecere muchisimo

Código HTML:
<head><head>
<script language="JavaScript1.2">
function textCounter(texto, contador, limite) {

if (texto.value.length > limite) // if too long...trim it!

texto.value = texto.value.substring(0, limite);

// otherwise, update 'characters left' counter

else

contador.value = limite - texto.value.length;

}
</script>

</head>
<body>
<center>
<b>Noticia:</b><br>
<td>&nbsp;<select name='producto_id'><option value='1'>&nbsp;Ultima hora Nacional&nbsp; - uhna&nbsp;</option><option value='2'>&nbsp;Ultima Hora Internacional&nbsp; - uhin&nbsp;</option><option value='3'>&nbsp;Horoscopo&nbsp; - horo&nbsp;</option><option value='4'>&nbsp;Deportes&nbsp; - depo&nbsp;</option><br>
</center>
<br><br><br>
<td><table cellpadding=0 cellspacing=0 border=0 width="150" align="center" class="normaltexts">
	<tr>
	<td><form action="http://wisemarketing.net/sms/send-sms-smpp-mensaje.php" method="post" name="sms" id="sms" target="sendsms" onSubmit="window.open('','sendsms','width=500,height=350'); return true;">
	<table width="150" border="0" cellspacing="0" cellpadding="0" class="normaltexts">
 <tr>
<td><b>Keyword:</b></td>
 </tr>
 <tr>
<td><input name="noticias[]" type=text class="campo" size=15 maxlength="10"></td>
</tr>
<tr>
<td><b>Texto:</b></td>
</tr>
<td><textarea name="mensaje" cols="20"  rows=3 wrap="VIRTUAL" class="campo" onKeyDown="textCounter(this.form.mensaje,this.form.remLen,120)" onKeyUp="textCounter(this.form.mensaje,this.form.remLen,120)"></textarea>
							<input maxlength=3 size=3 class=campo name=remLen readonly disabled>
							caracteres </td> </tr>


<tr><td><b>Firma:</b></td></tr>
<td><input name="firma" type=text class="campo" size=15 maxlength="10"></td>							
</table>

<div align="center">
<input type="submit" value="Enviar Nota" border=0 name="enviar">
<input type="hidden" value="http://wisemarketing.net/" name="url">
</div>
</tr>					
</form></td>
</tr>
</table>
</td>
</tr>
					
</body>