home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2007 March
/
PCpro_2007_03.ISO
/
files
/
browser
/
msie7
/
IE7Setup.exe
/
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
|
2006-10-27
|
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();
}
}