![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/02/2006, 09:10
|
![Avatar de pituu2](http://static.forosdelweb.com/customavatars/avatar63264_1.gif) | | | Fecha de Ingreso: abril-2004 Ubicación: paraná entre rios
Mensajes: 274
Antigüedad: 20 años, 9 meses Puntos: 0 | |
pop_up con scroll !!!!!!!! Este es el codigo que tengo para abrir un pop_up, ahora necesito que tenga la barra de scroll, y no me aparece.
on (press) {
al = 400;// altura del popup a lanzar
an = 750;// anchura del popup a lanzar
getURL("javascript:NewWindow=window.open('tarifas. htm','pop1','width=750,height=400,toolbar=No,locat ion=No,scrollbars=true,status=No,resizable=No,full screen=No,top='+((screen.height/2)-("+al/2+"))+',left='+((screen.width/2)-("+an/2+"))+'"+"');void(0);");
}
on (release) {
function() {
makeCenter(750, 400, "tarifas.htm", "Estas son nuestras tarifas");
}}
__________________ pituu2 |