2025-04-27 07:49:33 -04:00

76 lines
2.5 KiB
HTML

<HTML>
<HEAD>
<link rel=stylesheet type="text/css" href="../../msnsetup/mmsobshe.css">
<script language=javascript>
function ispoption_LoadMe()
{
window.parent.InitFrameRef();
window.parent.InitButtons();
selectISP.selectedIndex = 0;
frameISPDescription.location = selectISP.value;
}
function ispoption_ChangeOffer()
{
frameISPDescription.location = selectISP.value;
}
</script>
<TITLE>Speedy ISP for ACME Computers</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>
<BODY TABINDEX=-1 onload="ispoption_LoadMe();">
<img class=gradient src="../../images/watermrk.gif" tabindex=-1>
<img id="StageImage" class=flag>
<SPAN TABINDEX=-1 CLASS="pageTitle">
Internet Access Options
</SPAN>
<SPAN TABINDEX=-1 CLASS="contents">
<table TABINDEX=-1 class="fontStyle" width=550px border=0>
<tr>
<td>Internet Service Providers</td>
<td>Provider Description</td>
</tr>
<tr>
<td width="270px">
<SELECT TABINDEX=1 id="selectISP" SIZE=9 STYLE="width:270px"
onclick="ispoption_ChangeOffer();">
<option value="msn.htm">MSN Internet Access</option>
<option value="acme.htm">Acme ISP</option>
</SELECT>
</td>
<td width="270px">
<iframe TABINDEX=2 id="frameISPDescription"
framespacing=0 marginwidth=5 marginheight=5
frameborder=yes scrolling=auto >
</iframe>
</td>
</tr>
</table>
</SPAN>
<SPAN CLASS="navbar">
<HR NOSHADE CLASS="blackBar">
<SPAN Id=spanCancel onclick="window.parent.GoCancel();">
<IMG Id=btnCancel class=cancelButton>
<SPAN Id=btnCancelText class=cancelButtonText>
Skip
</SPAN>
</SPAN>
<SPAN Id=spanBack onclick="window.parent.GoBack();">
<IMG Id=btnBack class=backButton>
<SPAN Id=btnBackText class=backButtonText>
Back
</SPAN>
</SPAN>
<SPAN Id=spanNext onclick="window.parent.GoNext();">
<IMG Id=btnNext class=nextButton>
<SPAN Id=btnNextText class=nextButtonText>
Next
</SPAN>
</SPAN>
</SPAN>
</BODY>
</HTML>