mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
603 B
24 lines
603 B
<html>
|
|
<head>
|
|
<script language="JavaScript">
|
|
|
|
function window.onload()
|
|
{
|
|
window.external.SetWizardButtons(1, 0, 0);
|
|
}
|
|
|
|
function window.onback()
|
|
{
|
|
window.external.FinalBack();
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
<body bgcolor=threedface>
|
|
<font id=l1 face="Tahoma" size=2>
|
|
<P id=l2>The wizard could not connect to the Internet, or the Web service returned a wizard page that is not valid.</P>
|
|
<P id=l3>To try again, click Back.</P>
|
|
<P id=l4>To close this wizard, click Cancel.</P>
|
|
</font>
|
|
</body>
|
|
</html>
|