Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/02/2002, 15:26
katiuska
 
Fecha de Ingreso: diciembre-2001
Mensajes: 46
Antigüedad: 22 años, 4 meses
Puntos: 0
Re: Ventana siempre en primer plano

Gracias JASISTEMAS me ha costado un pelin
pero lo he encontrado.Hay teneis el código y la url
http://www.scriptsearch.com/cgi-bin/jump.cgi?ID=2884
================================================== ========
Script: Accept Focus Until Closed
Functions: Keeps window on top of all others until closed
Author: etLux
================================================== ==========

This is a simple technique, but one we've been asked for
very often. When you open a window and wish to keep it 'on
top' of all others until closed, all you need do is add
onblur="self.focus();" to the body tag, like this:

<body onblur="self.focus();">