I want to implement a feature in winJS: 1. Load any web with url in any size; 2.scroll to any position in this web; 3.after I scroll to the potision I need, set the web cannot be scrolled. Only display the specified area of the web.
How can I solve this problem and go to next step?