I´m building a application that takes a picture from the webcam in certain interval of time. Basically i'm calling a js function that takes the snapshot time to time,the js is triggered by a click event in a jsp page, to start the function.
Can i keep the js running when i´m switching between jsp pages? Is that possible?