Foros del Web » Creando para Internet » Herramientas y Software »

ventanas pop pu

Estas en el tema de ventanas pop pu en el foro de Herramientas y Software en Foros del Web. hola a todos: pues tengo una duda me gustaria vincular mi boton ya sea de flash o una letra pero al momento de presionarlo me ...
  #1 (permalink)  
Antiguo 30/12/2003, 12:28
Avatar de saulos  
Fecha de Ingreso: junio-2003
Ubicación: Cusco
Mensajes: 626
Antigüedad: 20 años, 10 meses
Puntos: 4
ventanas pop pu

hola a todos:
pues tengo una duda me gustaria vincular mi boton ya sea de flash o una letra pero al momento de presionarlo me salga en forma de pop pu si las opciones de barra de direcciones y sin la estandar nose como hacerlo unos me dicen por javascript pero nose si tengo que tipear algun codigo
gracias
  #2 (permalink)  
Antiguo 30/12/2003, 15:35
 
Fecha de Ingreso: diciembre-2003
Ubicación: Houston, TX
Mensajes: 18
Antigüedad: 20 años, 4 meses
Puntos: 0
mi compañero dice "Que lo haga en Swish, pelotudo", yo de mi parte hago el script en el head y luego solo llamo la función desde un link, pero yo uso Insane Animator 3D (html) si es flash, usá el de mi amigo. see u bitch!
__________________
YoP
  #3 (permalink)  
Antiguo 04/01/2004, 01:14
 
Fecha de Ingreso: enero-2004
Mensajes: 6
Antigüedad: 20 años, 4 meses
Puntos: 0
salous.... espero que ese se ayuda... si estoy entiendolo bien quiere tener una venta nueva sin los controls y todo...

Si eso es... puedes hacer ese....

Primero Ejemplo

<a href="#" onClick="MM_openBrWindow('pagina.htm ,'popupwindow','scrollbars=yes,resizable=yes,width =500,height=430')" onMouseOver="status = 'Popup window'; return true;">

puede cambinar los atributos ¨scrollbars¨, ¨resizeable¨ a ser ¨yes o no¨ y tambien puedes cambinar el tamaño de ventana con la width y height .

Segundo Ejemplo

<a href="myimage.gif" onClick="window.open('myimage.gif', 'myWin','status=no,resizable=yes,scrollbars=no,too lbar=no,width=300,height=200,screenX=100, screenY=75,left=100,top=75');
return false"> my image </a>

Con este ejemplo es importante que todo en la primera <>estará por el mismo lina o no funcíonará. El enlance puede ser a una pagina o a un grafica.

La explicacion por los atributos estan abajo pero es en ingles..
----------------------------------------------------------------------------------

toolbar displays the browser buttons (forward, back, home, print, etc)

location displays the field that shows the URL for the window directories displays other web browser directory buttons

status displays the browser status bar at the bottom

menubardisplays the web browser menu bar resizable
allows user to change the size of the window

scrollbars provides scroll bars if the content is larger than the window size

width=XX specifies the width of the window when opened, in pixels

height=YY specifies the height of the window when opened, in pixels

screenX=hh,screenY=yy specifies the location of the upper left corner of the window, measured from the top left corner of the monitor (for NetScape 4.0 and later)

left=hh,top=yy specifies the location of the upper left corner of the window, measured from the top left corner of the monitor (for Internet Explorer 4.0 and later)

-------------------------------------------------------------------------

Espero que ese te ayuda... Desculpame por el espanol porbe...

Feliz Año Nuevo
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 04:21.