salesforce - Visualforce Page navigation issue -


i have pretty long visual force page in application have requirement save automatically every 60 sec seconds.so whenever save page cursor goes top of page instead of being present.can give me answer on how handle issue?

use javascript remoting instead of apex:actionpoller. javascript remoting doesn't invoke page refresh automatically. set timer in javascript using setinterval() , when fires javascript method, call apex save method saving want there.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -