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
  #4
Jan 8th, 2009
Try this one instead
  1. <input type="button" value="refresh" onclick="window.opener.refresh();" />
to note that this will only work with windows that are in the same domain...
Reply With Quote