Last change
on this file was 697, checked in by george, 15 years ago |
- Upraveno: Systém výběru světů pomocí indexů a cookies předělán na výběr pomocí URL.
|
File size:
398 bytes
|
Line | |
---|
1 | function popup(url, wid, hei)
|
---|
2 | {
|
---|
3 | left = (window.screen.availWidth - wid) / 2;
|
---|
4 | shora = (window.screen.availHeight - hei) / 2;
|
---|
5 | window.open(url, "_blank", "left=" + left + ",top=" + shora + ",scrollbars=yes,resiza ble=no,toolbar=no,menubar=no,status=no,location=0,width=" + wid + ",height =" + hei);
|
---|
6 | }
|
---|
7 |
|
---|
8 | function loadPage(list)
|
---|
9 | {
|
---|
10 | location.href=list.options[list.selectedIndex].value
|
---|
11 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.