04/01/2004, 01:14
|
| | Fecha de Ingreso: enero-2004
Mensajes: 6
Antigüedad: 20 años, 10 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 |