umen
09-20-2002, 03:27 PM
Hello
i have page that i window.open("foo.html") from it
now in this foo.html i have <BODY onblur="self.focus()"> to keep the page
always in front until the user will fill some info in text boxes
BUT when i try to get focus with my mouse to some of the textboxes
i can't because of the self.focus() in the body onload
is there any way to over come this problem?
thanks
for the help
i have page that i window.open("foo.html") from it
now in this foo.html i have <BODY onblur="self.focus()"> to keep the page
always in front until the user will fill some info in text boxes
BUT when i try to get focus with my mouse to some of the textboxes
i can't because of the self.focus() in the body onload
is there any way to over come this problem?
thanks
for the help