[REBOL] Re: co-browsing?
From: antonr:iinet:au at: 1-Aug-2003 11:39
This can be done with javascript. You have to assume javascript is enabled in the browser. Javascript can ask the browser to reload the page: location.reload(true); // force a reload from the server You do this if the page is too old. How to see if it is too old in javascript is possible too I assure you. :) Anton.