posted 16 years ago
Hello,
My screen is divided into 4 to 5 frames which gets refresh every 5 seconds.
On each refresh request response is populated on hidden iframe.
Check is made if iframe content and frame content differ using javascript. If there is difference frame contents are updated.
Now since there are four to five frames which continuously send refresh request and on response four to five hidden iframes gets reloaded, mouse pointer on IE flickers continuously.
Can anyone suggest any solution to this problem. How to avoid flickering of mouse pointer or to reduce effect to an extent.