![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/09/2003, 14:47
|
![Avatar de Darkdoor](http://static.forosdelweb.com/customavatars/avatar42368_1.gif) | | | Fecha de Ingreso: septiembre-2003 Ubicación: Madrid
Mensajes: 26
Antigüedad: 21 años, 4 meses Puntos: 0 | |
tambien puedes hacer que la ventana que se abra vaya de menos a más
<script>
<!--
var winheight=100
var winsize=100
var x=5
function openwindow(thelocation){
temploc=thelocation
if (!(window.resizeTo&&document.all)&&!(window.resize To&&document.getElementById)){
window.open(thelocation)
return
}
win2=window.open("","","scrollbars")
win2.moveTo(0,0)
win2.resizeTo(100,100)
go2()
}
function go2(){
if (winheight>=screen.availHeight-3)
x=0
win2.resizeBy(5,x)
winheight+=5
winsize+=5
if (winsize>=screen.width-5){
win2.location=temploc
winheight=100
winsize=100
x=5
return
}
setTimeout("go2()",50)
}
//-->
</script>
<p>
<p><a href="javascript:openwindow('menos_mas.html')">Abrir enlace</a>
solo tienes que cambiar el nombre del enlace
__________________ "Ojalá Fuera la mía la última sangre española que se vertiera en discordias civiles. Ojalá encontrara ya en paz el pueblo español, tan rico en buenas cualidades entrañables, la Patria, el Pan y la Justicia". (José Antonio Primo de Rivera). |