I know there is a refresh button with internet explorer 5.0. But I was wondering if any body knows how I can create a button and when a user clicks the button the page is refreshed. I would imagine there is VB script to do this. Can anyone help?
paul rayner -> RE: Refresh (4/2/2001 18:06:00)
You can use the following html to ensure that the page automatically refreshes ie it's not cached. <meta http-equiv="Pragma" content="no-cache">