How to default RT main page to auto refresh

Can anyone tell me where to change the default page refresh? I tryed
copying the /Elements/Refresh module to Local and tryed changing the
Option Value and the $Default => in 2 seperate attempts with no luck.

Thanks
Brian L. Chaffins
ELGA Credit Union
Director of Technology
Direct: 810-600-2540
Fax: 810-600-2590


This transmission may contain information that is privileged,
confidential and/or may be exempt from disclosure under applicable
law. It is intended for the use of the addressee only. If you are not
the addressee indicated in this message (or responsible for the delivery
of the message to such person) any disclosure, copying, distribution
or use of the information herein (including any reliance thereon) is
STRICTLY PROHIBITED. Please destroy this message and notify us
immediately if this is the case by sending a reply to this message
and by destroying all copies of this message and any attachments.
This message has been scanned for viruses and the footer added
by SurfControl Email Filter software (v5.0) in conjunction with virus
detection software. Please note that ELGA Credit Union does not
guarantee that the integrity of this communication has been maintained
or that this communication is free of viruses, interceptions or interference.

I just added ?HomeRefreshInterval=600 to the url
and bookmarked that. No code change, no muss, no fuss.

What you did is change the default of the form,
which won’t affect the browser until the form is submitted.

What you want is to produce this:

in the html being sent back, so you have to find the place
in the code where that is set, if you want to change
behavior on the first request.

bobg