javascript - ASP.Net webform reminder popup at every five minutes -


i want show reminder popup details of meetings @ every 5 minutes before 30 minutes of meeting start. have tried use window.setinterval in application master page in $(document).ready. problem if user stays on same page 4 minutes , when navigate page, interval reset , popup show @ 9 minutes (4 on previous page + 5 on new page). how can implement reminder popup accurate timing in asp.net?

you can making popups appear on specific time, instead of using countdown relative point of page being loaded. you'll have write bit of javascript run on loading page (an interval checks every few seconds or so) , needs know time when stop showing stuff. consider using mod or list of times figure out if it's time show popup.


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -