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 >
Wrap
Text File
|
2008-01-19
|
302b
|
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();
}
}