Hi Martin,

Make a routine which is run by a timer in the routine your getrul is
ther somethink like:

function refreshcontent () {
  geturl ( yoururl, callbackfunction);
}

function callbackfunction () {
  // check if geturl did well if not stop the timer
}
otimerframe = setTimeout ( "refreshcontent ();", 1500);

John
http://open-modeling.sourceforge.net
--- In [email protected], "ionosys"
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> is there any way to set a timeout or refresh to ensure that any page 
> loaded via getURL is refreshed/reloaded periodically?
> 
> Cheers
>   Martin...




-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to