home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
WindowsServerTrial
/
server.iso
/
sources
/
install.wim
/
2
/
Windows
/
System32
/
ieframe.dll
/
HTML
/
POLICY.JS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
UTF-8-SIG (detected)
Wrap
Text File
|
2008-01-19
|
302 b
|
16 lines
function printSite(site)
{
siteContainer.innerText = site;
}
function BodyOnKeyPress(nCode)
{
if (nCode == 27) //ESC
{
//this return value means that the Cancel button was clicked
window.returnValue = 0;
//close the dialog
window.close();
}
}