Tema: Sms
Ver Mensaje Individual
  #19 (permalink)  
Antiguo 18/11/2005, 13:03
guillote19
 
Fecha de Ingreso: noviembre-2005
Mensajes: 4
Antigüedad: 18 años, 5 meses
Puntos: 0
hola a todos no se si esto es lo que estaban buscando pero hice un formulario bien simple para enviar sms en la argentina (es con autodetección ).
si le quieren cambiar el diseño mejor.
acá les dejo el form
el que lo quiere usar solo tiene q colocarlo entre los body de su web

<!--SMS EN TU WEB -->

<table border="1" width="100%" bordercolor="#0000FF">
<tr>
<td width="100%">
<p align="center"><b><u><i><font color="#0000FF">SMS EN <a href="http://WWW.GVIP.COM.AR">WWW.GVIP.COM.AR</a></font></i></u></b></p>
<p align="center"><!--webbot bot="HTMLMarkup" startspan --><p><!--webbot bot="HTMLMarkup" startspan --><form method="post" name="txtmsg" action="http://GVIP.COM.AR/sms.php">
<p align="center">
Numero de Celular:<br/>
<input class="input" type="text" name="numero" maxlength="11" size="17">
Asunto<br/>
<input class="input" type="text" name="subject" maxlength="20" size="30"><br/>
<textarea class="input" name="message" rows="5" cols="25"></textarea><br/>
Tu Nombre o Numero<br/>
<input type="hidden" name="sep" value=" - "><input class="input" type="text"
name="nombre" maxlength="20" size="30">
<input type="submit" name="do" value="Enviar">
</form>

<!--webbot bot="HTMLMarkup" endspan -->
</p>
<!--webbot bot="HTMLMarkup" endspan -->
</td>
</tr>
</table>

<!--SMS EN TU WEB FIN -->

www.gvip.com.ar

Última edición por guillote19; 24/11/2005 a las 16:43