Automatic web page refresh

I have a web page that displays some of my program variables. How do I get the web page to automatically refresh after a specified amount of time?

Thanks
Tom

the meta http-equiv=“Refresh” refresh header is used for this as follows:

A Title

page content goes here

The above refreshes (makes a new request) every 15 seconds