Has anyone experienced problems with onBlur and IE 6.0 not working correctly
or am I missing something?  I don't have the problem with Netscape.

I use 

<A HREF="javascript:void(0)"
onclick="window.open('@@request$help_file','Help','toolbar=no,location=no,di
rectories=no,status=no,top=40,left=40,menubar=no,scrollbars=yes,resizable=ye
s,copyhistory=no,width=700,height=450');return false;">Page Help</A>

to open a window with this <body> tag

<BODY bgcolor=#FFFFFF vlink=#0000FF onBlur="window.close();">

I have tried using this DTD

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 //EN" >

but when I try scrolling or clicking on a table or other object in the in
the window, the window closes.

When I use this DTD

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >

I am able to scroll, but the window closes when clicking on an object in the
window.

Any help would be appreciated.

Thanks!!!
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Reply via email to