Click to See Complete Forum and Search --> : popup always on top


andrew1234
07-01-2003, 04:00 AM
Hi is there a way to always keep the pop on top?

even if i click on the window underneath it?


thanks


Andrew

JHL
07-01-2003, 04:08 AM
put this line:

onblur="self.focus()"

in the <body> of the html page in the popup.

example:

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