<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=256331119-27012003><FONT face=Arial size=2>Here's the function 
call:</FONT></SPAN></DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial size=2>---function call 
---</FONT></SPAN></DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial size=2>&lt;input 
type='textarea' onFocus='javascript:gotMe(this, 6);'&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial size=2>Here's the 
function:</FONT></SPAN></DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial size=2>--- function code 
---</FONT></SPAN></DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial size=2>&nbsp;&nbsp; 
function gotMe(current, length)<BR>&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp; 
current.maxLength = length;<BR>&nbsp;&nbsp;&nbsp; 
current.select;<BR>&nbsp;&nbsp; }</FONT></SPAN></DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial size=2>The error that I'm 
getting says that there's an error on the function call 
line:</FONT></SPAN></DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial size=2>--- error message 
---</FONT></SPAN></DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial 
size=2>Line:&nbsp;&nbsp;&nbsp; 112</FONT></SPAN></DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial 
size=2>Char:&nbsp;&nbsp;&nbsp; 1</FONT></SPAN></DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial 
size=2>Error:&nbsp;&nbsp;&nbsp; Object expected</FONT></SPAN></DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial 
size=2>Code:&nbsp;&nbsp;&nbsp; 0</FONT></SPAN></DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=256331119-27012003><FONT face=Arial size=2>Does anyone have any 
ideas?&nbsp; The only way that I've found that fixes this problem is getting rid 
of the onFocus part.&nbsp; Even commenting the entire function body doesn't fix 
it.</FONT></SPAN></DIV></BODY></HTML>