Refresh button for IE


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!-- Doesn't work -->
  2. <button type="button" style="display:none" value="refresh" id="refreshButton" name="refreshButton"/>
  3.  
  4. <!-- Works -->
  5. <button type="button" style="display:none" value="refresh" id="refreshButton" name="refreshButton"/></button>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.