home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kompuutteri Kaikille K-CD 2002 #1
/
K-CD_2002-01.iso
/
Explorer6
/
Da
/
IENT_S2.CAB
/
IENT_2.CAB
/
SHDOCLC.DLL
/
HTML
/
ERROR.DLG
< prev
next >
Wrap
Text File
|
2001-10-04
|
5KB
|
176 lines
<HTML id=dlgError STYLE="font-family: ms sans serif; font-size: 8pt;
width: 42em; height: 27em">
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
<TITLE id=dialogTitle>
Der opstod en script-fejl i Internet Explorer
</TITLE>
<SCRIPT LANGUAGE="JavaScript" defer>
window.onerror = HandleError
function HandleError(message, url, line)
{
var L_Dialog_ErrorMessage = "Der opstod en fejl i denne dialogboks.";
var L_ErrorNumber_Text = "Fejl: ";
var str = L_Dialog_ErrorMessage + "\n\n"
+ L_ErrorNumber_Text + line + "\n"
+ message;
alert (str);
window.close();
return true;
}
function loadBdy()
{
var L_ContinueScript_Message = "Vil du foretage fejlfinding pσ den aktuelle side?";
var objOptions = window.dialogArguments;
btnNo.onclick = new Function("btnOKClick()");
btnNo.onkeydown = new Function("SwitchFocus()");
btnYes.onclick = new Function("btnYesClick()");
btnYes.onkeydown = new Function("SwitchFocus()");
document.onkeypress = new Function("docKeypress()");
spnLine.innerText = objOptions.errorLine;
spnCharacter.innerText = objOptions.errorCharacter;
spnError.innerText = objOptions.errorMessage;
spnCode.innerText = objOptions.errorCode;
txaURL.innerText = objOptions.errorUrl;
if (objOptions.errorDebug)
{
divDebug.innerText = L_ContinueScript_Message;
}
btnYes.focus();
}
function SwitchFocus()
{
var HTML_KEY_ARROWLEFT = 37;
var HTML_KEY_ARROWDOWN = 40;
var iCode = event.keyCode;
var strSourceID = event.srcElement.id;
if (iCode < HTML_KEY_ARROWLEFT || iCode > HTML_KEY_ARROWDOWN)
return;
if (strSourceID == "btnYes")
{
btnNo.focus();
}
else
{
btnYes.focus();
}
}
function btnOKClick()
{
window.close();
}
function btnYesClick()
{
window.returnValue = true;
window.close();
}
function docKeypress()
{
var L_AffirmativeKeyCodeLowerCase_Number = 121;
var L_AffirmativeKeyCodeUpperCase_Number = 89;
var L_NegativeKeyCodeLowerCase_Number = 110;
var L_NegativeKeyCodeUpperCase_Number = 78;
var intKeyCode = window.event.keyCode;
if (intKeyCode == L_AffirmativeKeyCodeLowerCase_Number
|| intKeyCode == L_AffirmativeKeyCodeUpperCase_Number)
{
btnYesClick();
}
if (intKeyCode == L_NegativeKeyCodeLowerCase_Number
|| intKeyCode == L_NegativeKeyCodeUpperCase_Number)
{
btnOKClick();
}
}
</SCRIPT>
</HEAD>
<BODY ID=bdy onLoad="loadBdy()" style="font-family: 'ms sans serif';
font-size: 8pt; background: threedface; color: windowtext;" topmargin=0>
<CENTER id=ctrErrorMessage>
<table id=tbl1 cellPadding=3 cellspacing=3 border=0
style="background: buttonface; font-family: ms sans serif; font-size: 8pt;">
<TR>
<TD id=tdImage>
<img id=imgWarning src=warning.gif width=36 height=38 border=0 align=middle>
</TD>
<TD id=tdErrorMessage>
Der opstod en fejl i scriptet pσ denne side.
</TD>
</TR>
</TABLE>
</CENTER>
<DIV id=divTop style="background: threedface; font-family: ms sans serif;
font-size: 8pt; margin-left: 1.5em">
<TABLE border=0 id=tbl2
style="background: buttonface; font-family: ms sans serif; font-size: 8pt;
margin-left: 1em;">
<TBODY>
<TR valign=top>
<TD id=tdLine nowrap>
Linje:
</TD>
<TD id=tdSpanLine>
<SPAN id=spnLine></SPAN>
</TD>
</TR>
<TR valign=top>
<TD id=tdChar nowrap>
Tegn:
</TD>
<TD id=tdSpanCharacter>
<SPAN id=spnCharacter></SPAN>
</TD>
</TR>
<TR valign=top>
<TD id=tdError nowrap>
Fejl:
</TD>
<TD id=tdSpanError>
<DIV id=spnError style="background: threedface;
font-family: ms sans serif; font-size: 8pt; width: 31em;"></DIV>
</TD>
</TR>
<TR valign=top>
<TD id=tdCode nowrap>
Kode:
</TD>
<TD id=tdSpanCode>
<SPAN id=spnCode></SPAN>
</TD>
</TR>
<TR valign=top>
<TD id=tdURL nowrap>
URL:
</TD>
<TD id=tdSpanURL>
<TEXTAREA id=txaURL style="font-family: MS Shell Dlg; font-size: 8pt;
background: buttonface; overflow: hidden; width: 28em; height: 3.9em;
border: 0px;" readonly wrap=physical tabindex=-1>
</TEXTAREA>
</TD>
</TR>
</TBODY>
</TABLE>
</DIV>
<DIV id=divDebug style="background: threedface; position: absolute;
font-family: ms sans serif; font-size: 8pt; top: 17em;
text-align: center; width=100%;">
Vil du fortsµtte med at afspille scripts pσ denne side?
</DIV>
<DIV id=divButttons style="background: buttonface; position: absolute;
font-family: ms sans serif; font-size: 8pt; top: 20em; width: 100%">
<CENTER id=ctrButtons>
<BUTTON ID=btnYes style="font-family: ms sans serif; font-size: 8pt;
width: 3.8em; height: 2.2em;" type=submit accesskey=j>
<U id=undYes>J</U>a
</BUTTON>
<BUTTON ID=btnNo style="font-family: ms sans serif; font-size: 8pt;
width: 3.8em; height: 2.2em" type=reset accesskey=n>
<U id=undNo>N</U>ej
</BUTTON>
</CENTER>
</DIV>
</BODY>
</HTML>