Hi,I need to show some banners after user inactivty of 15 sec on web page, I written JS code which is running on console but giving an error as "Invalid user input" on Target's profile script. var time;document.onload = resetTimer;document.onmousemove = resetTimer;document.onmousedown = resetTimer; ...