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 "<textarea rows=8 cols=60 name='text" & i & "'>" & objRS("description" & "</textarea>"
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 "0x22.....blah,, blah" 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
Response.Write "<textarea rows=8 cols=60 name='text" & i & "'>" & objRS("description" & "</textarea>"
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 "0x22.....blah,, blah" 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