home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2007 March
/
PCpro_2007_03.ISO
/
files
/
browser
/
msie7
/
IE7Setup.exe
/
mshtmler.dll
/
HTML
/
DIALOGS_ERR.JS
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-16 (detected)
UTF-8
Wrap
Text (UTF-16)
|
2006-10-17
|
408 b
|
11 lines
window.onerror = HandleError
function HandleError(message, url, line)
{
var str = L_Dialog_ErrorMessage + "\n\n"
+ L_ErrorNumber_Text + line + "\n"
+ message;
alert (str);
window.close();
return true;
}