What about
window.location.reload()
or
window.location.reload(force)
where force is a boolean argument.

2010/9/6 John Spackman <[email protected]>

> Have you tried:
>
>  window.location = window.location;
>
> John
>
> On 06/09/2010 13:32, "Tranninger Harald" <[email protected]> wrote:
>
> >
> >-----Ursprüngliche Nachricht-----
> >Von: panyasan [mailto:[email protected]]
> >Gesendet: Montag, 06. September 2010 14:22
> >An: [email protected]
> >Betreff: Re: [qooxdoo-devel] Refresh Browser
> >
> >
> >Hi,
> >
> >can you describe what you want to do? Refreshing the browser is a very
> >un-qooxdoo'ish way of doing things ;-)
> >-----------------------------------------------------------------------
> >
> >I have an app with several Clients. If an administrator edits one of the
> >clients,
> >Then all of them should be refreshed. For example if the administrator
> >deletes a Button of
> >The Desktop, then a sync should be sent to all other clients.
> >
> >I have a MSQL DB which keeps all the settings for all the clients. They
> >also have a modified flag.
> >If one of the clients is edited, the modified flag is set and all other
> >clients should refresh their browser.
> >
> >It would be much easier to refresh the browser, because then everything
> >is reset and I don´t have to watch out for
> >so much stuff.
> >
> >In this situation I really prefer a whole Browser refresh.
> >
> >
> >Thanks,
> >
> >Hari
> >
> >--------------------------------------------------------------------------
> >----
> >This SF.net Dev2Dev email is sponsored by:
> >
> >Show off your parallel programming skills.
> >Enter the Intel(R) Threading Challenge 2010.
> >http://p.sf.net/sfu/intel-thread-sfd
> >_______________________________________________
> >qooxdoo-devel mailing list
> >[email protected]
> >https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>
>
>
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
>
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to