Foros del Web » Programando para Internet » Javascript »

msn desde web

Estas en el tema de msn desde web en el foro de Javascript en Foros del Web. Hola he estado modificando unos scripts, que muestra si estas online o no, y a la vez puedas hablar con el(si tienes iniciada la sesion ...
  #1 (permalink)  
Antiguo 24/07/2002, 05:07
 
Fecha de Ingreso: junio-2002
Mensajes: 45
Antigüedad: 21 años, 11 meses
Puntos: 0
msn desde web

Hola he estado modificando unos scripts, que muestra si estas online o no, y a la vez puedas hablar con el(si tienes iniciada la sesion con el msn), dando clic en la imagen, sin necesidad de agregar el contacto a tu lista, pero tengo problemas cuando quiero poner mas de dos emails, ojala y me puedan ayudar.
<form name="form" action="javascript:openwindow()">
<div align="center">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="50%">
<p align="center"><input type="radio" value="[email protected]" name="address"><b><input border="0" src="http://www.arcisoft.com:99/msn/[email protected]" name="I1" width="19" height="19" type="image"></b><font size="2" face="Arial" color="#0066FF">Nemor</font>
 </td>
<td width="50%">
<p align="center"><input type="radio" value="[email protected]" name="address2"><b><input border="0" src="http://www.arcisoft.com:99/msn/[email protected]" name="I2" width="19" height="19" type="image"></b>Xeroku</td>
</tr>
</table>
</div>
<p> 
</div>
</form>
<object id=objMessengerApp height=16 codetype=application/x-oleobject width=18
classid=clsid:FB7199AB-79BF-11d2-8D94-0000F875C541>
</object>
<script language="JavaScript">
// This script is Copyright © 2002 tk-x.com
// You may use it on your site as long as you leave these comments here
function openwindow()
{
objMessengerApp.LaunchIMUI(document.form.address.v alue);
}
</script>
<object id=objMessengerApp height=16 codetype=application/x-oleobject width=18
classid=clsid:FB7199AB-79BF-11d2-8D94-0000F875C541>
</object>
<script language="JavaScript">
// This script is Copyright © 2002 tk-x.com
// You may use it on your site as long as you leave these comments here
function openwindow()
{
objMessengerApp.LaunchIMUI(document.form.address.v alue);
}
</script>
  #2 (permalink)  
Antiguo 24/07/2002, 05:09
 
Fecha de Ingreso: junio-2002
Mensajes: 45
Antigüedad: 21 años, 11 meses
Puntos: 0
Re: msn desde web

Código:
<form name="form" action="javascript:openwindow()">
  <div align="center">
    <div align="center">
      <table border="0" cellpadding="0" cellspacing="0" width="100%">
        <tr>
          <td width="50%">
            <p align="center"><input type="radio" value="[email protected]" name="address"><b><input border="0" src="http://www.arcisoft.com:99/msn/[email protected]" name="I1" width="19" height="19" type="image"></b><font size="2" face="Arial" color="#0066FF">Nemor</font>
     </td>
          <td width="50%">
            <p align="center"><input type="radio" value="[email protected]" name="address2"><b><input border="0" src="http://www.arcisoft.com:99/msn/[email protected]" name="I2" width="19" height="19" type="image"></b>Xeroku</td>
        </tr>
      </table>
    </div>
    <p> 
    </div>
</form>
<object id=objMessengerApp height=16 codetype=application/x-oleobject width=18 
classid=clsid:FB7199AB-79BF-11d2-8D94-0000F875C541>
</object>
<script language="JavaScript">
// This script is Copyright © 2002 tk-x.com
// You may use it on your site as long as you leave these comments here
function openwindow()
{
	objMessengerApp.LaunchIMUI(document.form.address.value);
}
</script>


<object id=objMessengerApp height=16 codetype=application/x-oleobject width=18 
classid=clsid:FB7199AB-79BF-11d2-8D94-0000F875C541>
</object>
<script language="JavaScript">
// This script is Copyright © 2002 tk-x.com
// You may use it on your site as long as you leave these comments here
function openwindow()
{
	objMessengerApp.LaunchIMUI(document.form.address.value);
}
</script>
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 00:19.