Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Strange <textarea> error

Status
Not open for further replies.

zzfive03

Programmer
Jun 11, 2001
267
Hello, I have a page that loads a textarea box. Here is the line of code that puts it out:

Response.Write &quot;<textarea rows=8 cols=60 name='text&quot; & i & &quot;'>&quot; & objRS(&quot;description&quot;) & &quot;</textarea>&quot;

On any IE 5.0, if you arrow outside the text (like pressing the right arrow at the end of the sentence) I get an IE error window pop up that says:
APPLICATION ERROR- The instruction at &quot;0x22.....blah,, blah&quot; could not be 'read'.

However, if I upgrade my client to ie5.5, this error does not occour. Any ideas what this means or how to correct it?

Thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top