N
Newbie
Hello everyone~
I got some problem on my pop-up window
-----------------------------------------
my pop-up window's code:
<html>
<body onblur=self.focus();>
<input length=10>
</body>
</html>
----------------------------------------
when I force focus on this page, I can't input anything in the text
input field.
(I want to force focus on this pop-up window to achieve the
requirements of my homework...the requirement said that if i don't
close this pop-up window, I can't focus on other ie)
I got some problem on my pop-up window
-----------------------------------------
my pop-up window's code:
<html>
<body onblur=self.focus();>
<input length=10>
</body>
</html>
----------------------------------------
when I force focus on this page, I can't input anything in the text
input field.
(I want to force focus on this pop-up window to achieve the
requirements of my homework...the requirement said that if i don't
close this pop-up window, I can't focus on other ie)