<%@Language='JScript' CODEPAGE=1252%>

Error report information

Each error report contains the minimum information needed to help identify the cause of the Stop error.

An Error report identifies the following items:

For Microsoft Windows XP submissions the following additional information is also collected:

For the exact specifications of Stop error reports (in small memory dump file format), see the Microsoft Developers Network Online Web site.

<% var GUID = new String( Request.Cookies("OCAV3")( "GUID" ) ); var szPrivacyState = new String( Request.QueryString("T") ) var szContinueURL = ""; var szCancelURL = ""; var L_CANCEL_TEXT = "Back"; var L_CONTINUE_TEXT = "Continue"; var L_CANCELACCESSKEY_TEXT = "b"; var L_CONTINUEACCESSKEY_TEXT= "c"; var szReferer = Request.ServerVariables( "HTTP_REFERER" ); var rBackTest = /faq/i; if ( rBackTest.test( szReferer ) ) fnPrintLinks ( "faq.asp", "" ); else { if ( szPrivacyState == "0" ) fnPrintLinks( "privacy.asp?t=0", "" ); else if ( szPrivacyState == "1" ) fnPrintLinks( "privacy.asp?t=1", "" ); else fnPrintLinks( "privacy.asp", "" ); } %>