home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / JanaSetup.exe / admin / seiten_js / header.js < prev    next >
Text File  |  2006-05-08  |  426b  |  19 lines

  1. function startServer()
  2. {
  3.     if (confirm(txt[64][0]))
  4.     {
  5.         var rstart = window.open('/jana-admin/admin/index.htm?Restart=true','rstart','width=' + screen.availWidth + ',height=' + (screen.availHeight - 3));
  6.         rstart.moveTo(-4, -23);
  7.     }
  8. }
  9.  
  10. /**/
  11.  
  12. function add(seite)
  13. {
  14.     if (parent.main.pruefen() == true)
  15.     {
  16.         parent.main.document.formular.aftersubmit.value = seite;
  17.         parent.main.document.formular.submit();
  18.     }
  19. }