Hi !
I have multiple frames in my application. My requirement is when bottom frame is scrolled the top frame should also get scrolled (the catch is top frame should not have scrollbar). I implemented the function and it performs well. I have a logic (ie a javascript function) that checks for the position of the scrollbar at the bottom frame for every 50 milliseconds using setInterval(function, 50) method. Iam afraid whether the application would hang incase if it is run in low configuration machine (because of function execution for every 50 miliseconds). My question is, what is the maximum time interval that can be set in setInterval() method so that this gets executed fine even in low config client machines. Solution is urgently required.
Thanks
AJP
I have multiple frames in my application. My requirement is when bottom frame is scrolled the top frame should also get scrolled (the catch is top frame should not have scrollbar). I implemented the function and it performs well. I have a logic (ie a javascript function) that checks for the position of the scrollbar at the bottom frame for every 50 milliseconds using setInterval(function, 50) method. Iam afraid whether the application would hang incase if it is run in low configuration machine (because of function execution for every 50 miliseconds). My question is, what is the maximum time interval that can be set in setInterval() method so that this gets executed fine even in low config client machines. Solution is urgently required.
Thanks
AJP