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> <select name='producto_id'><option value='1'> Ultima hora Nacional - uhna </option><option value='2'> Ultima Hora Internacional - uhin </option><option value='3'> Horoscopo - horo </option><option value='4'> Deportes - depo </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>