Forcing reload...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jodleren

    Forcing reload...

    Hi!

    I need to do something like this

    <script type="text/javascript"open ('?logout'); </script>

    but not as a popup, but making the same page go on to this. What
    should I use?
    go('?logout');
    reference?
    url?
  • jodleren

    #2
    Re: Forcing reload...

    On Jul 3, 6:04 pm, jodleren <sonn...@hot.ee wrote:
    Hi!
    >
    I need to do something like this
    >
    <script type="text/javascript"open ('?logout'); </script>
    I found that window.location ='?logout'; works, but is that in all
    browsers?

    Comment

    Working...