View Single Post
Join Date: Aug 2008
Posts: 954
Reputation: essential will become famous soon enough essential will become famous soon enough 
Solved Threads: 131
Featured Poster
essential's Avatar
essential essential is offline Offline
Posting Shark

Re: Refresh the page to all in the site on click

 
0
  #2
Jan 7th, 2009
I really don't understand what you are trying to achieve here!
But you can refresh the page with this bits of code:
  1. <input type="button" value="refresh" onclick="window.location.reload();" />
Reply With Quote