Foros del Web » Creando para Internet » HTML »

porfavor ayuda!!! urgente!!!

Estas en el tema de porfavor ayuda!!! urgente!!! en el foro de HTML en Foros del Web. hola quieor q cuando le de a un boton me salga un ventanita pequeña de 500 x 300 cmomlo puedo hacer, gracias!!!...
  #1 (permalink)  
Antiguo 05/04/2002, 05:58
 
Fecha de Ingreso: octubre-2001
Mensajes: 153
Antigüedad: 22 años, 5 meses
Puntos: 0
porfavor ayuda!!! urgente!!!

hola quieor q cuando le de a un boton me salga un ventanita pequeña de 500 x 300 cmomlo puedo hacer, gracias!!!
  #2 (permalink)  
Antiguo 05/04/2002, 06:08
Avatar de bookmaster  
Fecha de Ingreso: febrero-2002
Ubicación: Toledo
Mensajes: 976
Antigüedad: 22 años, 2 meses
Puntos: 67
Re: porfavor ayuda!!! urgente!!!

Leer el mensaje que te he dejado en <a href='ir.asp?http://www.forosdelweb.com/mensaje.asp?id=71554' target='_blank'>http://www.forosdelweb.com/mensaje.asp?i...</a>

http://inicia.es/de/diverjue2
  #3 (permalink)  
Antiguo 09/04/2002, 11:11
 
Fecha de Ingreso: abril-2002
Mensajes: 74
Antigüedad: 22 años
Puntos: 0
Re: porfavor ayuda!!! urgente!!!

Hola Silvertt!!
prueba con este código:

&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Abrir ventana&lt;/title&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
var win= null;
function NewWindow(mypage,myname,w,h,scroll){
var winl = (screen.width-w)/2;
var wint = (screen.height-h)/2;
var settings ='height='+h+',';
settings +='width='+w+',';
settings +='top='+wint+',';
settings +='left='+winl+',';
settings +='scrollbars='+scroll+',';
settings +='resizable=yes';
win=window.open(mypage,myname,settings);
if(parseInt(navigator.appVersion) &gt;= 4){win.window.focus();}
}
//--&gt;
&lt;/script&gt;

&lt;/head&gt;
&lt;body&gt;
&lt;a href=&quot;PaginaQueQuieresAbrir.html&quot; onclick=&quot;NewWindow(this.href,'name','500','30 0','yes');return false&quot;&gt;abrir ventana&lt;/a&gt;
&lt;/body&gt;
&lt;/html&gt;

Espero que te sirva :)
  #4 (permalink)  
Antiguo 09/04/2002, 11:13
 
Fecha de Ingreso: abril-2002
Mensajes: 74
Antigüedad: 22 años
Puntos: 0
Re: porfavor ayuda!!! urgente!!!

Por cierto se me olvidó decir que la ventana sale centrada y vale para Explorer y Netscape :))
  #5 (permalink)  
Antiguo 09/04/2002, 11:15
 
Fecha de Ingreso: octubre-2001
Mensajes: 153
Antigüedad: 22 años, 5 meses
Puntos: 0
Re: porfavor ayuda!!! urgente!!!

muchas gracias si es lo q queria gracias a todos!
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 18:15.