Diff for /doc/window_handling.txt between versions 1.1 and 1.3

version 1.1, 2001/04/29 19:50:06 version 1.3, 2001/04/30 17:16:21
Line 40  function logout () { Line 40  function logout () {
    }     }
 }  }
   
   
   
   The way that children windows of 
   loncapaclient should work:
   
   * need to track if they have ever been opened
   * if not,
      * open when needed
      * never refer to any object properties
        * which also means never close
   * if currently open,
      * just focus when needed
      * close when needed
      * can refer to object properties
   * if have been closed,
      * can refer to object properties
   
   The way loncapaclient window "should" work.
   * lonxml makes exceptions for some URI=resources like
    * /res/adm/pages/menu.html
    * bookmark stuff.html
   * lonxml should by default
    * a script command should follow the body tag
      and 
      * name the window (loncapaclientURICHECKSUM)
      * tell remote control it exists
      * remote control checks clientwindow (opener)
        and if opener.name is loncapaclientURICHECKSUM
        it changes this to loncapaclient
   

Removed from v.1.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.