Snippets tagged “meta-refresh”
2 snippets use this tag.
- How to Display a Message if JavaScript is Turned OffJavaScript
If you have a content that will not function without JavaScript, you need to display a message with an explanation of the problem. In this snippet, we are going to have a look at 2 simple methods to display the content when JavaScript is turned off.
- PHP - auto refreshing pagePHP
To refresh a page in PHP, you can use the header function to send the HTTP "Refresh" header to the client's browser.