Awesomesteveh
12-30-2001, 05:38 PM
My blur() property keeps failing. Why I don't know but try and give me some insight. Here's one example that didn't work
<a href="#" onClick="wwf=window.open('http://www.wwf.com','wwf','height=200,width=300'); wwf.blur(); return false;">Click</a>
I'm also finding that with different links sometimes it works others it doesn't. The wwf link works all the time but the others aren't so the above will work at times but this
<a href="#" onClick="wwf=window.open('/mo2/bfhome/ch5ex4halfini.html','wwf','height=200,width=300'); wwf.blur(); return false;">Click</a>
Won't. It pops up find but fails to move to the back of the parent window.
If there's nothing that you can see that's wrong wrong please post that also
<a href="#" onClick="wwf=window.open('http://www.wwf.com','wwf','height=200,width=300'); wwf.blur(); return false;">Click</a>
I'm also finding that with different links sometimes it works others it doesn't. The wwf link works all the time but the others aren't so the above will work at times but this
<a href="#" onClick="wwf=window.open('/mo2/bfhome/ch5ex4halfini.html','wwf','height=200,width=300'); wwf.blur(); return false;">Click</a>
Won't. It pops up find but fails to move to the back of the parent window.
If there's nothing that you can see that's wrong wrong please post that also