gitlab_medici/old/html/multidic/functions/popup.js @ 96b3e7ed
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 |
|
- « Předchozí
- 1
- 2
- 3
- 4
- Další »