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

  1. function zweiseit(aktiv, seite1, seite2)
  2. {
  3.     parent.header.document.dummy.menu.value = aktiv;
  4.     parent.main.location.replace(seite1);
  5.     self.location.replace(seite2);
  6. }
  7.  
  8. /**/
  9.  
  10. function fenster(seite, hoehe)
  11. {
  12.     var helpself = window.open(seite,'helpself','width=760,height=' + hoehe + ',resizable=1');
  13.     helpself.moveTo(0, 0);
  14.     helpself.focus();
  15. }
  16.  
  17. /**/
  18.  
  19. function mailkonfig(x)
  20. {
  21.     parent.header.document.dummy.mail.value = x;
  22.     parent.main.location.replace('/jana-admin/admin/menue/info_email.htm');
  23.     self.location.reload();
  24. }