<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=big5" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Courier>function 
KB_keepItInIE(theName,theWantTop,theWantLeft)<BR>{<BR>&nbsp;theRealTop=parseInt(document.body.scrollTop)<BR>&nbsp;theTrueTop=theWantTop+theRealTop<BR>&nbsp;document.all[theName].style.top=theTrueTop<BR>&nbsp;theRealLeft=parseInt(document.body.scrollLeft)<BR>&nbsp;theTrueLeft=theWantLeft+theRealLeft<BR>&nbsp;document.all[theName].style.left=theTrueLeft<BR>}<BR></FONT></DIV>
<DIV><FONT face=Courier>Above is my JavaScript code segment, </FONT></DIV>
<DIV><FONT face=Courier>sometimes IE told me document.all[''].style not an 
object,</FONT></DIV>
<DIV><FONT face=Courier>sometimes it seems OK!</FONT></DIV>
<DIV><FONT face=Courier>I got confused and can't find out the 
problem!!</FONT></DIV>
<DIV><FONT face=Courier></FONT>&nbsp;</DIV>
<DIV><FONT face=Courier>And, where can I find JavaScript Programming Reference 
for IE?</FONT></DIV>
<DIV><FONT face=Courier>Thanks for your kindly help!!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Courier>Best Regards,</FONT></DIV>
<DIV><FONT face=Courier>Brad Kao</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>