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

129 lines
3.7 KiB
HTML

<HTML>
<HEAD>
<link rel=stylesheet type="text/css" href="../setup/msobshel.css">
<TITLE>Customize Your Internet Experience</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language=javascript>
function passsign_LoadMe()
{
window.parent.InitFrameRef();
window.parent.InitButtons();
}
function passsign_WantPassportClicked()
{
if (event.srcElement == radioWantPassport[0])
{
radioWantPassport[0].checked = true;
radioWantPassport[1].checked = false;
}
else
{
radioWantPassport[0].checked = false;
radioWantPassport[1].checked = true;
}
}
</script>
</HEAD>
<BODY TABINDEX=-1 onload="passsign_LoadMe();">
<img TABINDEX=-1 id="logo" class=gradient src="../images/logo.jpg" tabindex=-1>
<SPAN TABINDEX=-1 ID="pagetitle" CLASS="pageTitle">
Customize Your Internet Experience
</SPAN>
<SPAN TABINDEX=-1 ID="contents" CLASS="contents">
There is an overwhelming amount of information on the
Internet. Your Internet experience can be easier and
more efficient if you had a Passprt profile. Passport
is your personal database of user information that you
can make available to Internet sites, to automatically
customize your browsing.
<br>
<br>
For example:
<br>
An entertainment site would list movies playing in your area.
<br>
A news site would show weather for your area.
<br>
A merchandise site would list products that you are interested in.
<br>
<br>
We have selected the following member ID choices for you.
<BR>
Please choose one and type in a password.
<BR>
<BR>
<input TABINDEX=1 type=radio id=radioNameSelection checked onclick="msnidpss_NameSelectionClicked();">
PeterZ
<br>
<input TABINDEX=1 type=radio id=radioNameSelection onclick="msnidpss_NameSelectionClicked();">
Z_Peter
<br>
<input TABINDEX=1 type=radio id=radioNameSelection onclick="msnidpss_NameSelectionClicked();">
P_Zat
<br>
<input TABINDEX=1 type=radio id=radioNameSelection onclick="msnidpss_NameSelectionClicked();">
Other member name of your choosing:
<br>
<input TABINDEX=2 style="position:relative; left:25px" type=text id=edtMemberID size=20>
<br>
<br>
<table class="fontstyle" border=0 width=90%>
<tr>
<td>
<label for=edtPassword>Enter your password</label>
</td>
<td>
<input TABINDEX=3 type=password id=edtPassword size=20>
</td>
</tr>
<tr>
<td>
<label for=edtPasswordVerify>Verify your password</label>
</td>
<td>
<input TABINDEX=4 type=password id=edtPasswordVerify size=20>
</td>
</tr>
<tr>
<td>
<label for=edtPasswordHint>Password Hint?</label>
</td>
<td>
<input TABINDEX=5 type=password id=edtPasswordHint size=20>
</td>
</tr>
</table>
<BR>
<br>
To continue, click NEXT.
</SPAN>
<SPAN id="navbar" CLASS="navbar">
<IMG TABINDEX=1 CLASS="blackBar" SRC="../images/black.gif">
<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>
Give me a Passport
</SPAN>
</SPAN>
</SPAN>
</BODY>
</HTML>