Foros del Web » Creando para Internet » Flash y Actionscript »

Codigo para enviar mensajes a Nextel

Estas en el tema de Codigo para enviar mensajes a Nextel en el foro de Flash y Actionscript en Foros del Web. Hace mucho.. pedi ayuda en este foro para poder redireccionar mensajes de un area de contacto hacia un telefono nextel... No hubo respuesta de nadie... ...
  #1 (permalink)  
Antiguo 15/12/2005, 12:07
Avatar de NopalStudio  
Fecha de Ingreso: agosto-2005
Mensajes: 110
Antigüedad: 18 años, 8 meses
Puntos: 0
Codigo para enviar mensajes a Nextel

Hace mucho.. pedi ayuda en este foro para poder redireccionar mensajes de un area de contacto hacia un telefono nextel... No hubo respuesta de nadie... (no es reproche ni nada) PERO POR FIN LOGRE HACERLO.. Y LES COMPARTO EL CODIGO QUE DEBEN UTILIZAR... LO UNICO QUE HAY QUE HACER ES COPIAR TODO ESTE CODIGO Y PEGARLO EN UN DOCUMENTO NUEVO... Y VERAN COMO SI FUNCIONA

---------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Mensajes a su nextel</title>
</head>
<body>
<form action="http://mexmessag.nextelinternational.com/cgi/iPageExt.dll" method="post" name="msgForm" target="_self" onsubmit="return checkMyForm(document.msgForm)">
<input name="cmd" type="hidden" value="sendPage">
<input type="hidden" name="oneWayPTNs" value="4771478196 ">
<input type="hidden" name="twoWayPTNs" value="">
<input type="hidden" name="schedule">
<table width="80%" border="0" cellpadding="4" cellspacing="0">
<tr>
<td valign="top" rowspan="2" class="label">Para:</td>
<td valign="top" rowspan="2"><select name="ignore" width="10" size="5">
</select></td>
<td valign="top" rowspan="2"><img src="/images/spacer.gif" width="10" height="1"></td>
<td valign="top" align="center" class="label">De:</td>
<td valign="top"><input name="from" type="text" onChange="checkMessageLength(this.form)" onKeyUp="checkMessageLength(this.form)" size="25">
<span class="caption"> <br>
</span></td>
</tr>
<tr>
<td valign="top" align="center" class="label">Asunto:</td>
<td valign="top"><input type="text" name="subject" size="25" onChange="checkMessageLength(this.form)" onKeyUp="checkMessageLength(this.form)">
<span class="caption"> <br>
<br>
</span></td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="bottom" colspan="4" class="caption">Ingrese el mensaje aqu&iacute; hasta 280 caracteres.</td>
</tr>
<tr>
<td valign="top" class="label">Mensaje:</td>
<td valign="top" colspan="4"><textarea name="message" maxlength="280" onChange="checkMessageLength(this.form)" onKeyUp="checkMessageLength(this.form)" cols="45" rows="5" wrap="physical"></textarea></td>
</tr>
<tr>
<td valign="top">&nbsp;</td>
<td valign="middle" colspan="4"><table width="100%" border="0" cellpadding="2" cellspacing="0">
<tr>
<td width="146"><input type="button" value="Contar caracteres" onclick="checkMessageLength(document.msgForm); return false;"></td>
<td width="90%">&nbsp;
<input type="text" name="count" size="3"></td>
</tr>
<tr>
<td colspan="2"><span class="caption">La funci&oacute;n "Contar Caracteres" requiere un navegador con soporte para JavaScript como Netscape Navigator 3.0+ o Microsoft IE 4.0+.</span></td>
</tr>
</table></td>
</tr>
<input type="hidden" name="rep1" value="">
<input type="hidden" name="rep2" value="">
<input type="hidden" name="rep3" value="">
<input type="hidden" name="rep4" value="">
<input type="hidden" name="rep5" value="">
<input type="hidden" name="rep6" value="">
<input type="hidden" name="replynumber" value="">
<input type="hidden" name="replyemail" value="">
<tr>
<td rowspan="2" valign="top" class="label">Confirmaci&oacute;n:</td>
<td colspan="4" align="left" valign="top" class="caption"><input name="confaddr" type="text" size="20"></td>
</tr>
<tr>
<td colspan="4"><span class="caption">(Opcional) Puede capturar su direcci&oacute;n de correo electr&oacute;nico para recibir la confirmaci&oacute;n de entrega del mensaje.</span></td>
</tr>
<tr>
<td>&nbsp;</td>
<td colspan="4" width="100%" align="center"><table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td width="33%" align="center" valign="middle"><input type="submit" value="Enviar Mensaje"></td>
<td width="33%" align="center" valign="middle"><input type="button" value="Programar para mas tarde" onclick="javascript:doPopUp('/cgi/iPageExt.dll?cmd=doScheduleLater',340,500);"></td>
<td width="33%" align="center" valign="middle"><input type="button" value="Borrar" onclick="confClear(document.msgForm); return false;"></td>
</tr>
</table></td>
</tr>
</table>
</form>
<p>Hecho por NopalStudio.com</p>
</body>
</html>
-----------------
  #2 (permalink)  
Antiguo 15/12/2005, 12:09
Avatar de NopalStudio  
Fecha de Ingreso: agosto-2005
Mensajes: 110
Antigüedad: 18 años, 8 meses
Puntos: 0
Ahora mi pregunta es.. como puedo hacer esto que funcione en Flash. es decir... esto esta programado para html.... Pero si lo quiero hacer que funcione en Flash como le hago.....
  #3 (permalink)  
Antiguo 15/12/2005, 23:00
Avatar de NopalStudio  
Fecha de Ingreso: agosto-2005
Mensajes: 110
Antigüedad: 18 años, 8 meses
Puntos: 0
Hola alguien que me ayude!!!!!!!!!!!!!!!!!
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 17:28.