home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 2000 October
/
tst.iso
/
tutorials
/
javascript
/
DATA
/
MODULES
/
WOPEN.JS
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-08-30
|
163 b
|
5 lines
function wOpen(url, width, height) {
var featureList='scrollbars=yes,width=' + width + 'height=' + height;
window.open(url, 'exampleWindow', featureList);
}