Somebody else will undoubtedly come up with something more elegant, but...
You make X number of pages, where X = the number of refreshes. They are all copies of each other except for the refresh tag. /index.htm refreshes to index1.ht. /index1.htm refreshes to index2.htm etc up to indexX.htm. /indexX.htm has no refresh tag.
And, you can meddle with the time delay at each refresh this way if you want, changing the time delay each time.
All html, no scripting, kinda clunky...
I have a page I would like to refresh on a 60 second period, but I would like it to only refresh x number of times before stopping any further refreshes.
Anyone point me towards a resource that may have this functionality as std meta refresh goes forever (or until page closed by user)
Javascript is fine PHP is fine even though the page is a html one I could modify (I Hope to use PHP)