Currently, I have a website set up with a Master page that displays various other pages from different folders in an IFrame within the master page. My goal is to implement a feature where if the user remains inactive on any of these pages for a certain period of time (let's say 5 minutes), they will receive an alert message prompting them to either continue or log out. How can I accomplish this?