77 lines
2.1 KiB
HTML
77 lines
2.1 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<link rel=stylesheet type="text/css" href="../../msnsetup/mmsobshe.css">
|
|
<TITLE>OEM Hardware Diagnostics and Tutorials</TITLE>
|
|
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
|
<script language=jscript>
|
|
function oemhw_LoadMe()
|
|
{
|
|
window.parent.InitFrameRef();
|
|
btnNext.disabled = true;
|
|
window.parent.InitButtons();
|
|
}
|
|
|
|
function oemhw_HearSoundClicked()
|
|
{
|
|
if (event.srcElement == radioHearSound[0])
|
|
{
|
|
radioHearSound[0].checked = true;
|
|
radioHearSound[1].checked = false;
|
|
btnNext.disabled = false;
|
|
window.parent.InitButtons();
|
|
}
|
|
else
|
|
{
|
|
radioHearSound[0].checked = false;
|
|
radioHearSound[1].checked = true;
|
|
btnNext.disabled = false;
|
|
window.parent.InitButtons();
|
|
}
|
|
}
|
|
</script>
|
|
|
|
</HEAD>
|
|
<BODY TABINDEX=-1 onload="oemhw_LoadMe();">
|
|
<img class=gradient src="../../images/watermrk.gif" tabindex=-1>
|
|
<img id="StageImage" class=flag>
|
|
<BGSOUND SRC="../../../../media/The Microsoft Sound.wav" LOOP=-1>
|
|
|
|
<SPAN TABINDEX=-1 CLASS="pageTitle">
|
|
OEM Hardware Diagnostics and Tutorials
|
|
</SPAN>
|
|
|
|
<SPAN TABINDEX=-1 CLASS="contents">
|
|
Do you hear sound?
|
|
<br>
|
|
<input TABINDEX=1 type=radio id="radioHearSound" onclick="oemhw_HearSoundClicked();">Yes
|
|
<input TABINDEX=1 type=radio id="radioHearSound" onclick="oemhw_HearSoundClicked();">No
|
|
<br>
|
|
<br>
|
|
The volume control is on the keyboard.
|
|
<br>
|
|
The speakers must be connected to the monitor.
|
|
<br>
|
|
<Br>
|
|
<br>
|
|
Select Yes or No above and Click Next to Continue
|
|
</SPAN>
|
|
|
|
<SPAN CLASS="navbar">
|
|
<HR NOSHADE CLASS="blackBar">
|
|
<SPAN Id=spanBack onclick="window.parent.GoBack(window.parent.CKPT_OEMHW);">
|
|
<IMG Id=btnBack class=backButton>
|
|
<SPAN Id=btnBackText class=backButtonText>
|
|
Back
|
|
</SPAN>
|
|
</SPAN>
|
|
<SPAN Id=spanNext onclick="if (btnNext.disabled == false) window.parent.GoNext(window.parent.CKPT_OEMHW);">
|
|
<IMG Id=btnNext class=nextButton>
|
|
<SPAN Id=btnNextText class=nextButtonText>
|
|
Next
|
|
</SPAN>
|
|
</SPAN>
|
|
</SPAN>
|
|
</BODY>
|
|
</HTML>
|