home *** CD-ROM | disk | FTP | other *** search
- function startServer()
- {
- if (confirm(txt[64][0]))
- {
- var rstart = window.open('/jana-admin/admin/index.htm?Restart=true','rstart','width=' + screen.availWidth + ',height=' + (screen.availHeight - 3));
- rstart.moveTo(-4, -23);
- }
- }
-
- /**/
-
- function add(seite)
- {
- if (parent.main.pruefen() == true)
- {
- parent.main.document.formular.aftersubmit.value = seite;
- parent.main.document.formular.submit();
- }
- }