Projekt

Obecné

Profil

Stáhnout (253 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1

    
2
function OpenPopUp( address, width, height ) {
3
    settings = "top=200,left=100,width=" + width + ",height=" + height + 
4
               ",location=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes";
5
    window.open(address, "LABEL", settings)
6
}
7

    
8

    
9

    
(4-4/4)