24 lines
603 B
HTML
24 lines
603 B
HTML
<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> |