I'm trying to write a script where I need a timer to count the number of seconds a popup is open. I'm new to programming but I assume you use javascript for it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Within the pop-up, you can use the
|
|||
|
|
|
When it comes the calculating a certain time frame, I always use the date object, storing a new date in a variable once the popup is open and subtracting that value to the current date. Here's an example:
You can also retrieve the time the popup has been open multiple times using a function:
|
|||
|