%@Language='JScript' CODEPAGE=1252%>
<%
var szFileName = new String( Request.Cookies("szCurrentFile") )
var sDisplayName = "";
var nBreakLength = 65;
//we wanna redirect if the browser is not a version of IE
if ( !fnIsBrowserIE() )
Response.Redirect( "http://" + g_ThisServer + "/welcome.asp" )
if ( szFileName.length > nBreakLength )
{
try
{
for ( var i = 0 ; i< (szFileName.length/nBreakLength ) ; i++ )
sDisplayName += szFileName.substr( i*nBreakLength, nBreakLength ) + "
";
}
catch ( err )
{
//if an error occurs trying to break up the substring, just set the name to the
//unparsed value.
sDisplayName = szFileName;
}
}
else
sDisplayName = szFileName;
//for some reason, the cookie doesn't want to hang around after pressing the previous
//link, so rewrite it just to be safe.
Response.Cookies( "szCurrentFile") = szFileName;
%>
Loading the Selected Error Report
Please wait while we load the contents of the selected error report. This information is not sent to Windows Online Crash Analysis. This might take several seconds.