home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2004 May
/
PCWorld_2004-05_cd.bin
/
software
/
komercni
/
software602
/
index_files
/
openwin.js
< prev
next >
Wrap
Text File
|
2004-04-05
|
1KB
|
21 lines
function mainRemote(href) {
remote = window.open(href,"remotewin","width=618,height=440,toolbar=no,location=no,directories=no,status=no,menubar=no,resizeable=no,screenX=100,left=100,screenY=100,top=100");
}
function mainRemote2(href) {
remote = window.open(href,"remotewin","width=790,height=540,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizeable=no");
}
function showScreen(img) {
screenshot = window.open("show_full.htm?screen=" + img,"newwin","width=800,height=600,scrollbars=no,resizable=no");
}
function openWindowScroll(href) {
remote = window.open(href,"newwin","width=800,height=600,toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}
function openWindow(href) {
remote = window.open(href,"newwin","toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}
function openHelp(href) {
remote = window.open(href,"helpwin","width=300,height=100,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");
}