Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Firefox causes delay in updating textarea with huge data.
#1
Hi Guys,
In Firefox, filling text area with huge data causes some seconds delay depending upon the size of the information.

I have got text area in my hetml page like this
<textarea id="log"></textarea>

When i update the text area from java script code after receiving the info from SOAP response, it is causing more thn 20 seconds delay..
document.getElementById('log').value = log_info;

The problem doesn't persists in IE or Mozilla.
Any idea on this
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Http authentication dialog box delay... praskuma 0 418 05-17-2007, 02:00 AM
Last Post: praskuma

Forum Jump:


Users browsing this thread: 1 Guest(s)