mssb.stage2.our-projects.info
Open in
urlscan Pro
76.74.132.139
Public Scan
Submitted URL: https://mssb.stage2.our-projects.info/
Effective URL: https://mssb.stage2.our-projects.info/client/index.jsf
Submission: On August 18 via api from US — Scanned from CA
Effective URL: https://mssb.stage2.our-projects.info/client/index.jsf
Submission: On August 18 via api from US — Scanned from CA
Form analysis
18 forms found in the DOMName: client-action:form — POST /client/index.jsf
<form id="client-action:form" name="client-action:form" method="post" action="/client/index.jsf" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="client-action:form" value="client-action:form">
<a id="client-action:form:custom-action" href="#" onclick="mojarra.ab(this,event,'action','@this','@this',{'params':{'menuItemId':'!menuItemId!','benefitId':'!objectId!','category':'!category!','action':'!action!','redirect':'!redirect!','source':'!source!','target':'!target!','value':'!value!'}});return false" class="hidden-action"></a><a id="client-action:form:go-to-my-account" href="#" onclick="mojarra.ab(this,event,'action','@this','@none',{'params':{'category':'links','action':'Go to my account','source':'/client/index.jsf','target':'/client/index.jsf','value':'http://www.morganstanleyclientserv.com'}});return false" class="hidden-action"></a><a id="client-action:form:logout" href="#" onclick="mojarra.ab(this,event,'action','@this','@none',{'params':{'category':'links','action':'Logout','source':'/client/index.jsf','target':'/client/index.jsf'}});return false" class="hidden-action"></a><input
type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:0" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: top-menu:search-form — POST /client/index.jsf
<form id="top-menu:search-form" name="top-menu:search-form" method="post" action="/client/index.jsf" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="top-menu:search-form" value="top-menu:search-form">
<div class="wrap-search-input"><input id="top-menu:search-form:query" type="text" name="top-menu:search-form:query" autocomplete="off" class="form-control" onkeypress="onSubmitTopSearch(event)" placeholder="Search"></div>
<a id="top-menu:search-form:search-button" href="#" style="display: none" onclick="mojarra.ab(this,event,'action','top-menu:search-form:query','top-menu:search-results',{'onevent':onTopMenuSearch,'onerror':onTopMenuSearchError});return false"></a>
<div class="header-search-form-close">
<i class="icon-close"></i>
</div>
<div class="search-btn"><a id="top-menu:search-form:search-btn-top" href="#" onclick="mojarra.jsfcljs(document.getElementById('top-menu:search-form'),{'top-menu:search-form:search-btn-top':'top-menu:search-form:search-btn-top'},'');return false">
<i class="icon-search"></i></a>
</div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:1" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: top-menu:search-results — POST /client/index.jsf
<form id="top-menu:search-results" name="top-menu:search-results" method="post" action="/client/index.jsf" class="header-info" enctype="application/x-www-form-urlencoded" style="display: none;">
<input type="hidden" name="top-menu:search-results" value="top-menu:search-results">
<div id="loader-container" style="display: none">
<ul class="header-info-list">
<li>
<div class="header-info-content" style="text-align: center;">
<div class="throbber-loader"></div>
</div>
</li>
</ul>
</div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:2" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: top-menu:j_idt170 — POST /client/index.jsf
<form id="top-menu:j_idt170" name="top-menu:j_idt170" method="post" action="/client/index.jsf" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="top-menu:j_idt170" value="top-menu:j_idt170">
<script type="text/javascript">
initMenu();
initSubmenu();
initHeaderSection();
if (navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/iPad/i)) {
$('.header-search-btn').on("mousedown ", handleSearchBtnClick);
} else {
$('.header-search-btn').click(handleSearchBtnClick);
$('#top-menu\\:search-form\\:query').focus(handleSearchBtnFocus);
}
function handleSearchBtnFocus(e) {
e.preventDefault();
$('body').addClass('search-open');
$('body').removeClass('open-menu');
var headerInfo = $('form.header-info');
if (headerInfo.has('.header-info-list .header-info-container').length || headerInfo.has('.found-null').length) {
// headerInfo.show();
}
}
function handleSearchBtnClick(e) {
e.preventDefault();
$('body').addClass('search-open');
// $('#top-menu\\:search-form\\:query').trigger('focus');
setFocus($('#top-menu\\:search-form\\:query'));
$('body').removeClass('open-menu');
var headerInfo = $('form.header-info');
if (headerInfo.has('.header-info-list .header-info-container').length || headerInfo.has('.found-null').length) {
if ($('.wrap-search-input input').val().length > 0) {
headerInfo.show();
}
}
}
var timer, value;
var inputQuery = $('#top-menu\\:search-form\\:query');
inputQuery.bind('input', function() {
clearTimeout(timer);
var str = $(this).val();
if (value !== str && str.trim()) {
timer = setTimeout(function() {
value = str;
$('#top-menu\\:search-form\\:search-button').click();
}, 500);
$('#top-menu\\:search-results').show();
$('#loader-container').show();
} else {
$('#loader-container').hide();
$('#top-menu\\:search-results').hide();
$('#top-menu\\:search-form\\:search-button').click();
}
});
if (inputQuery.val().trim()) {
$('#top-menu\\:search-results').show();
}
$('.header-search-form-close').click(function() {
$('#top-menu\\:search-form\\:query').val('').trigger('input');
$('body').removeClass('search-open');
});
/*$('.header-search-form-btn').click(function () {
searchResultsPage();
// searchResultsTopMenu({query: $('#top-menu\\:search-form\\:query').val()});
});*/
function onTopMenuSearch(data) {
if (data.status === "success") {
$('#loader-container').hide();
if (inputQuery.val().trim()) $('#top-menu\\:search-results').show();
else $('#top-menu\\:search-results').hide();
}
}
function onTopMenuSearchError(error) {
$('#loader-container').hide();
$('#top-menu\\:search-results').hide();
}
function onSubmitTopSearch(event) {
if (event.which === 13) {
event.preventDefault();
$('#top-menu\\:search-form\\:search-btn-top').click();
// searchResultsPage();
return false;
}
}
/*$('.header-search-btn').click(function () {
$('.header-search-form').show();
$('body').removeClass('open-menu');
$('#top-menu\\:search-form\\:query').trigger('focus');
});*/
$('#top-menu\\:search-results').hide();
</script><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:3" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: common-popups:login:j_idt341 — POST /client/index.jsf
<form id="common-popups:login:j_idt341" name="common-popups:login:j_idt341" method="post" action="/client/index.jsf" class="modal_form" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="common-popups:login:j_idt341" value="common-popups:login:j_idt341">
<div class="modal-login-top"> Or Log In via <a href="#" title="https://login.morganstanleyclientserv.com" onclick="mojarra.jsfcljs(document.getElementById('common-popups:login:j_idt341'),{'common-popups:login:j_idt341:j_idt343':'common-popups:login:j_idt341:j_idt343','category':'links','action':'Login via MS','source':'login.jsf','target':'https://login.morganstanleyclientserv.com/','redirect':'https://login.morganstanleyclientserv.com/'},'_blank');return false">
Morgan Stanley Online
</a>
</div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:4" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: common-popups:login:code-form — POST /client/index.jsf
<form id="common-popups:login:code-form" name="common-popups:login:code-form" method="post" action="/client/index.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
onkeypress="if (event.keyCode === 13) return false;">
<input type="hidden" name="common-popups:login:code-form" value="common-popups:login:code-form">
<input id="common-popups:login:code-form:expiredPassword" type="hidden" name="common-popups:login:code-form:expiredPassword" value="false">
<div class="modal_form-content">
<div class="form-group"><input id="common-popups:login:code-form:email" type="text" name="common-popups:login:code-form:email" class="login-email form-control submit-input-source email-for-pass-hint form-email " maxlength="255"
placeholder="Email address" required="true"><span id="common-popups:login:code-form:msg_email"></span>
</div>
<div class="form-group"><span class="ui-password ui-password-masked ui-inputwrapper ui-input-icon-right"><input id="common-popups:login:code-form:password" name="common-popups:login:code-form:password" type="password"
class="ui-inputfield ui-widget ui-state-default ui-corner-all form-control form-control-padding submit-input-source" aria-required="true" autocomplete="off" maxlength="30" placeholder="Password" required="true"
aria-disabled="false"><i id="common-popups:login:code-form:password_mask" class="ui-password-icon"></i></span><span id="common-popups:login:code-form:msg_password"></span>
<div class="form-question">
<i id="loginHint" class="icon-question"></i><span id="common-popups:login:code-form:password-hint" style="display: none"></span><input id="common-popups:login:code-form:update-pass-hint" type="submit"
name="common-popups:login:code-form:update-pass-hint" value="" style="display: none;"
onclick="mojarra.ab(this,event,'action','common-popups:login:code-form:email','common-popups:login:code-form:password-hint',{'onevent':onUpdatePasswordHint});return false">
</div>
<div class="forgot-your-password">
<a href="javascript:void(0);" onclick="showForgotPassword(); return false;">Set your password</a>
</div>
</div>
<div class="modal_form-remember">
<p>If you’d like to log in automatically next time you visit the site, please click ‘Remember Me’</p>
<div class="form-checkbox"><input id="common-popups:login:code-form:remember-me" type="checkbox" name="common-popups:login:code-form:remember-me">
<label for="common-popups:login:code-form:remember-me">Remember me</label>
</div>
</div>
</div>
<div class="modal_form-btn">
<div><input id="common-popups:login:code-form:continue2" type="submit" name="common-popups:login:code-form:continue2" value="Log In" class="btn submit-target-button"
onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form question-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onLoginEvent,\'params\':{\'category\':\'login\',\'action\':\'login\',\'source\':\'login.jsf\',\'target\':\'index.jsf\',\'refObjectId\':\'\'}})');return false">
</div>
<div>
<a href=":javascript" onclick="switchFormModal2('#login-form', '#register-form'); return false;">Not Enrolled?</a>
</div>
</div>
<div class="modal-footer">
<p>Problems logging in? Call <a class="phone" href="tel:18777996772">1-877-799-6772</a></p>
</div>
<div class="modal-footer-height"></div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:5" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: common-popups:register:code-form — POST /client/index.jsf
<form id="common-popups:register:code-form" name="common-popups:register:code-form" method="post" action="/client/index.jsf" class="modal_form submit-button-container modal_sign_up-form" enctype="application/x-www-form-urlencoded"
onkeypress="if (event.keyCode === 13) return false;">
<input type="hidden" name="common-popups:register:code-form" value="common-popups:register:code-form">
<div class="modal_form-content"><input id="common-popups:register:code-form:unique-code" type="hidden" name="common-popups:register:code-form:unique-code">
<div class="form-group"><input id="common-popups:register:code-form:email" type="text" name="common-popups:register:code-form:email" class="form-control submit-input-source email-for-pass-hint form-email " maxlength="255"
placeholder="Enter Email Address" required="true"><span id="common-popups:register:code-form:msg_email"></span>
</div>
<div class="form-group"><input id="common-popups:register:code-form:confirm-email" type="text" name="common-popups:register:code-form:confirm-email" class="form-control submit-input-source " maxlength="255" placeholder="Confirm Email Address"
required="true"><span id="common-popups:register:code-form:msg_confirm-email"></span>
</div>
<div class="form-group"><input id="common-popups:register:code-form:password" type="password" name="common-popups:register:code-form:password" autocomplete="off" maxlength="30" class="form-control submit-input-source "
placeholder="Create Password" required="true"><span id="common-popups:register:code-form:msg_password"></span>
</div>
</div>
<div class="modal_sign_up-text">
<p>Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year.</p>
<p>By clicking "Get Started", I agree that I have read and accepted the <a href="/pages/terms">terms & conditions</a>
</p>
</div>
<div class="modal_sign_up-btn"><input id="common-popups:register:code-form:continue1" type="submit" name="common-popups:register:code-form:continue1" value="Get Started" class="btn btn-lg submit-target-button"
onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form question-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onRegisterEvent,\'params\':{\'category\':\'login\',\'action\':\'login\',\'source\':\'login.jsf\',\'target\':\'index.jsf\',\'register\':\'\',\'refObjectId\':\'\'}})');return false">
</div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:6" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: common-popups:register:j_idt385 — POST /client/index.jsf
<form id="common-popups:register:j_idt385" name="common-popups:register:j_idt385" method="post" action="/client/index.jsf" class="modal_form modal_sign_up-form" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="common-popups:register:j_idt385" value="common-popups:register:j_idt385">
<div class="modal_sign_up-footer"> Already enrolled? <a href="javascript:void(0);" onclick="switchFormModal2('#register-form', '#login-form'); return false;">Log In</a>
<span class="sign_up-line"></span> Not yet a Morgan Stanley Client? <a href="#" title="https://advisor.morganstanley.com/search" onclick="mojarra.jsfcljs(document.getElementById('common-popups:register:j_idt385'),{'common-popups:register:j_idt385:j_idt389':'common-popups:register:j_idt385:j_idt389','category':'links','action':'Find Advisor','source':'login.jsf','target':'https://advisor.morganstanley.com/search','redirect':'https://advisor.morganstanley.com/search'},'_blank');return false">
Click here
</a>
</div>
<div class="modal_sign_up-footer_bottom">
<p>Questions? Call <a class="phone" href="tel:18777996772">1-877-799-6772</a>.</p>
</div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:7" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: common-popups:forgot-password:code-form — POST /client/index.jsf
<form id="common-popups:forgot-password:code-form" name="common-popups:forgot-password:code-form" method="post" action="/client/index.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
onkeypress="if (event.keyCode === 13) return false;">
<input type="hidden" name="common-popups:forgot-password:code-form" value="common-popups:forgot-password:code-form">
<input id="common-popups:forgot-password:code-form:expiredPassword" type="hidden" name="common-popups:forgot-password:code-form:expiredPassword" value="false">
<div class="modal_form-content">
<div class="form-group"><input id="common-popups:forgot-password:code-form:email" type="text" name="common-popups:forgot-password:code-form:email" class="forgot-password-email form-control submit-input-source email-for-pass-hint form-email "
maxlength="320" placeholder="Enter Email Address" required="true"><span id="common-popups:forgot-password:code-form:msg_email"></span>
</div>
</div>
<div class="modal_form-text" style="max-width: 340px">
<p>Note: If you don’t receive an email, please check your spam folder.</p>
</div>
<div class="modal_form-btn">
<div><input id="common-popups:forgot-password:code-form:continue2" type="submit" name="common-popups:forgot-password:code-form:continue2" value="Continue" class="btn submit-target-button"
onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form question-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onSubmitForgotPasswordEvent,\'params\':{\'category\':\'login\',\'action\':\'forgot-password\',\'source\':\'login.jsf\',\'target\':\'index.jsf\',\'refObjectId\':\'\'}})');return false">
</div>
<div>
<a href="javascript:void(0);" onclick="switchFormModal2('#forgot-password-form', '#login-form'); return false;">Back to Login</a>
</div>
</div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:8" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
#
<form class="modal_form" action="#">
<div class="modal_form-btn">
<div>
<button type="submit" class="btn" onclick="closeFormModal('#forgot-password-form'); return false;">OK</button>
</div>
</div>
</form>
Name: common-popups:new-password:code-form — POST /client/index.jsf
<form id="common-popups:new-password:code-form" name="common-popups:new-password:code-form" method="post" action="/client/index.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
onkeypress="if (event.keyCode === 13) return false;">
<input type="hidden" name="common-popups:new-password:code-form" value="common-popups:new-password:code-form">
<div class="modal_form-content">
<div class="form-group"><input id="common-popups:new-password:code-form:password" type="password" name="common-popups:new-password:code-form:password" autocomplete="off" value="" maxlength="30" class="form-control submit-input-source "
placeholder="New Password" required="true"><span id="common-popups:new-password:code-form:msg_password"></span>
</div>
<div class="form-group modal-login-note"> NOTE: Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year. </div>
<div class="form-group"><input id="common-popups:new-password:code-form:confirm-password" type="password" name="common-popups:new-password:code-form:confirm-password" autocomplete="off" value="" maxlength="30"
class="form-control submit-input-source " placeholder="Confirm Password" required="true"><span id="common-popups:new-password:code-form:msg_confirm_password"></span>
</div>
</div>
<div class="modal_form-btn">
<div><input id="common-popups:new-password:code-form:continue" type="submit" name="common-popups:new-password:code-form:continue" value="Continue" class="btn submit-target-button"
onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form question-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onNewPasswordEvent,\'params\':{\'refObjectId\':\'\'}})');return false">
</div>
</div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:9" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: common-popups:change-password:code-form — POST /client/index.jsf
<form id="common-popups:change-password:code-form" name="common-popups:change-password:code-form" method="post" action="/client/index.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
onkeypress="if (event.keyCode === 13) return false;">
<input type="hidden" name="common-popups:change-password:code-form" value="common-popups:change-password:code-form">
<div class="modal_form-content">
<div class="form-group"><input id="common-popups:change-password:code-form:old-password" type="password" name="common-popups:change-password:code-form:old-password" autocomplete="off" value="" maxlength="30"
class="form-control submit-input-source " placeholder="Old Password" required="true"><span id="common-popups:change-password:code-form:msg_old-password"></span>
</div>
<div class="form-group"><input id="common-popups:change-password:code-form:new-password" type="password" name="common-popups:change-password:code-form:new-password" autocomplete="off" value="" maxlength="30"
class="form-control submit-input-source " placeholder="New Password" required="true"><span id="common-popups:change-password:code-form:msg_new-password"></span>
</div>
<div class="form-group modal-login-note"> NOTE: Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year. </div>
<div class="form-group"><input id="common-popups:change-password:code-form:confirm-password" type="password" name="common-popups:change-password:code-form:confirm-password" autocomplete="off" value="" maxlength="30"
class="form-control submit-input-source " placeholder="Confirm Password" required="true"><span id="common-popups:change-password:code-form:msg_confirm-password"></span>
</div>
</div>
<div class="modal_form-btn">
<div><input id="common-popups:change-password:code-form:continue" type="submit" name="common-popups:change-password:code-form:continue" value="Continue" class="btn submit-target-button"
onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form question-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onChangePassEvent,\'params\':{\'refObjectId\':\'\'}})');return false">
</div>
</div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:10" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: common-popups:get-code:code-form — POST /client/index.jsf
<form id="common-popups:get-code:code-form" name="common-popups:get-code:code-form" method="post" action="/client/index.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
onkeypress="if (event.keyCode === 13) return false;">
<input type="hidden" name="common-popups:get-code:code-form" value="common-popups:get-code:code-form">
<div class="modal_form-content">
<div class="form-group"><input id="common-popups:get-code:code-form:email" type="text" name="common-popups:get-code:code-form:email" class="form-control submit-input-source email-for-pass-hint form-email " maxlength="320"
placeholder="Enter Email Address" required="true"><span id="common-popups:get-code:code-form:msg_email" class="has-error"></span>
</div>
</div>
<div class="modal_form-btn modal_form-btn2">
<div><input id="common-popups:get-code:code-form:continue2" type="submit" name="common-popups:get-code:code-form:continue2" value="Send Code" class="btn submit-target-button"
onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form\',{\'onevent\':onGetCodeEvent,\'params\':{\'category\':\'login\',\'action\':\'login\',\'target\':\'index.jsf\'}})');return false">
</div>
<div>
<a href="javascript:void(0);" onclick="switchFormModal2('#get-code-form', '#register-form'); return false;">Back to Enroll</a>
</div>
</div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:11" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: common-popups:set-pass-signin:code-form — POST /client/index.jsf
<form id="common-popups:set-pass-signin:code-form" name="common-popups:set-pass-signin:code-form" method="post" action="/client/index.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
onkeypress="if (event.keyCode === 13) return false;">
<input type="hidden" name="common-popups:set-pass-signin:code-form" value="common-popups:set-pass-signin:code-form">
<div class="modal-login-top">In addition to signing on to Reserved Living & Giving through Morgan Stanley Online, you can now access msreserved.com directly. To continue,</div>
<div class="modal_form-content">
<div class="form-group"><input id="common-popups:set-pass-signin:code-form:password" type="password" name="common-popups:set-pass-signin:code-form:password" autocomplete="off" value="" maxlength="30"
class="form-control form-control-padding submit-input-source " placeholder="Create Your Password*" required="true"><span id="common-popups:set-pass-signin:code-form:msg_password"></span>
</div>
<div class="form-group"><input id="common-popups:set-pass-signin:code-form:confirm-password" type="password" name="common-popups:set-pass-signin:code-form:confirm-password" autocomplete="off" value="" maxlength="30"
class="form-control form-control-padding submit-input-source " placeholder="Confirm Your Password*" required="true"><span id="common-popups:set-pass-signin:code-form:msg_confirm_password"></span>
</div>
<div class="modal-login-note"> NOTE: Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year. </div>
<div class="modal-login-email"> Your Email/Login: </div>
</div>
<div class="modal_form-btn">
<div><input id="common-popups:set-pass-signin:code-form:continue" type="submit" name="common-popups:set-pass-signin:code-form:continue" value="Log in" class="btn submit-target-button"
onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form question-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onSetPasswordSigninEvent,\'params\':{\'refObjectId\':\'\'}})');return false">
</div>
</div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:12" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: common-popups:set-pass-signin:j_idt454 — POST /client/index.jsf
<form id="common-popups:set-pass-signin:j_idt454" name="common-popups:set-pass-signin:j_idt454" method="post" action="/client/index.jsf" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="common-popups:set-pass-signin:j_idt454" value="common-popups:set-pass-signin:j_idt454">
<p>
<span>OR Log in via <a href="#" title="https://login.morganstanleyclientserv.com" onclick="mojarra.jsfcljs(document.getElementById('common-popups:set-pass-signin:j_idt454'),{'common-popups:set-pass-signin:j_idt454:j_idt456':'common-popups:set-pass-signin:j_idt454:j_idt456','category':'links','action':'Login via MS','target':'https://login.morganstanleyclientserv.com/','redirect':'https://login.morganstanleyclientserv.com/'},'');return false">
Morgan Stanley online
</a>
</span>
<em>|</em>
<span>Problems logging in? Call <a class="phone" href="tel:18777996772">1-877-799-6772</a>.</span>
</p><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:13" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: common-popups:sso-register:code-form — POST /client/index.jsf
<form id="common-popups:sso-register:code-form" name="common-popups:sso-register:code-form" method="post" action="/client/index.jsf" class="modal_form submit-button-container modal_sign_up-form" enctype="application/x-www-form-urlencoded"
onkeypress="if (event.keyCode === 13) return false;">
<input type="hidden" name="common-popups:sso-register:code-form" value="common-popups:sso-register:code-form">
<div class="modal_form-content">
<div class="form-group"><input id="common-popups:sso-register:code-form:login-email" type="text" name="common-popups:sso-register:code-form:login-email" class="form-control submit-input-source email-for-pass-hint form-email " maxlength="255"
placeholder="Enter Email Address" required="true"><span id="common-popups:sso-register:code-form:msg_email"></span>
</div>
<div class="form-group"><input id="common-popups:sso-register:code-form:login-email-c" type="text" name="common-popups:sso-register:code-form:login-email-c" class="form-control submit-input-source " maxlength="255"
placeholder="Enter Confirm Email" required="true"><span id="common-popups:sso-register:code-form:msg_confirm-email"></span>
</div>
<div class="form-group"><input id="common-popups:sso-register:code-form:login-password" type="password" name="common-popups:sso-register:code-form:login-password" autocomplete="off" value="" maxlength="30"
class="form-control submit-input-source " placeholder="Create Password" required="true"><span id="common-popups:sso-register:code-form:msg_password"></span>
</div>
<div class="modal_sign_up-text"> NOTE: Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year.<br> By creating a password, you can also access the Reserved Living &
Giving on your mobile device at <a href="http://msreserved.com" target="_blank">www.msreserved.com</a>
</div>
<div class="form-group"><input id="common-popups:sso-register:code-form:password-hint" type="text" name="common-popups:sso-register:code-form:password-hint" class="form-control submit-input-source" maxlength="100"
placeholder="Type a password hint (optional)">
</div>
<div class="modal_sign_up-text"> NOTE: When you create a password, you can create a hint to help you remember it. The password hint will be visible when you Log in. </div>
<div class="modal_form-remember" style="margin: auto">
<div class="form-checkbox"><input id="common-popups:sso-register:code-form:agree" type="checkbox" name="common-popups:sso-register:code-form:agree" class="submit-input-source " required="true">
<label for="common-popups:sso-register:code-form:agree"> By checking the box, I agree that: </label><span id="common-popups:sso-register:code-form:msg_agree"></span>
<div class="form-group-text" style="padding: 12px 0 1px;">
<ul>
<li> I have read and accepted the <a href="/pages/terms" title="Terms & Conditions">Terms & Conditions</a>
</li>
<li>I may receive communications from Morgan Stanley Reserved and can change my notification preferences in the <strong>Update Your Information</strong> section of the website at any time. </li>
</ul>
</div>
</div>
</div>
<div class="modal_sign_up-btn"><input id="common-popups:sso-register:code-form:register" type="submit" name="common-popups:sso-register:code-form:register" value="Submit" class="btn btn-lg submit-target-button"
onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form question-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onSsoRegisterEvent,\'params\':{\'category\':\'login\',\'action\':\'sso-login\',\'source\':\'sso-registration.jsf\',\'target\':\'index.jsf\'}})');return false">
</div>
</div>
<div class="modal_sign_up-footer_bottom">
<p>Problems logging in? Call <a class="phone" href="tel:18777996772">1-877-799-6772</a></p>
</div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:14" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: common-popups:sso-confirm-password:code-form — POST /client/index.jsf
<form id="common-popups:sso-confirm-password:code-form" name="common-popups:sso-confirm-password:code-form" method="post" action="/client/index.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
onkeypress="if (event.keyCode === 13) return false;">
<input type="hidden" name="common-popups:sso-confirm-password:code-form" value="common-popups:sso-confirm-password:code-form">
<div class="modal_form-content">
<div class="form-group modal-login-note"> Access your exclusive discounts and content at <span style="font-family: 'Karla Bold';">msreserved.com</span>. Create your password and bookmark the Reserved Living & Giving homepage for easy access.
</div>
<div class="form-group"><input id="common-popups:sso-confirm-password:code-form:password" type="password" name="common-popups:sso-confirm-password:code-form:password" autocomplete="off" value="" maxlength="30"
class="form-control submit-input-source " placeholder="New Password" required="true"><span id="common-popups:sso-confirm-password:code-form:msg_password"></span>
</div>
<div class="form-group"><input id="common-popups:sso-confirm-password:code-form:confirm-password" type="password" name="common-popups:sso-confirm-password:code-form:confirm-password" autocomplete="off" value="" maxlength="30"
class="form-control submit-input-source " placeholder="Confirm Password" required="true"><span id="common-popups:sso-confirm-password:code-form:msg_confirm_password"></span>
</div>
<div class="form-group modal-login-note"> NOTE: This password should be different from the one you use to log in to Morgan Stanley Online. It must be at least eight characters long with at least one number and capital letter. Passwords are valid
up to one year. </div>
<div class="modal_form-btn">
<div><input id="common-popups:sso-confirm-password:code-form:continue" type="submit" name="common-popups:sso-confirm-password:code-form:continue" value="Continue" class="btn submit-target-button"
onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form question-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onSsoConfirmPasswordEvent,\'params\':{\'refObjectId\':\'\'}})');return false">
</div>
</div>
</div>
<div class="modal_sign_up-footer_bottom">
<p>Problems logging in? Call <a class="phone" href="tel:18777996772">1-877-799-6772</a></p>
</div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:15" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Name: common-popups:slide-in:slideInForm — POST /client/index.jsf
<form id="common-popups:slide-in:slideInForm" name="common-popups:slide-in:slideInForm" method="post" action="/client/index.jsf" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="common-popups:slide-in:slideInForm" value="common-popups:slide-in:slideInForm">
<span id="common-popups:slide-in:j_idt495">
<script type="text/javascript">
var filterOutSlideInsByUrl = function(o) {
var o = (typeof o === 'object') && o ? o : {};
mojarra.ab('common-popups:slide-in:j_idt495', null, 'action', 0, 'common-popups:slide-in:slideInsHtml', {
'params': o
})
}
</script>
</span><span id="common-popups:slide-in:j_idt496">
<script type="text/javascript">
var reFilterAllSlideIns = function(o) {
var o = (typeof o === 'object') && o ? o : {};
mojarra.ab('common-popups:slide-in:j_idt496', null, 'action', 0, 'common-popups:slide-in:slideInsHtml', {
'params': o
})
}
</script>
</span><span id="common-popups:slide-in:j_idt497">
<script type="text/javascript">
var updateSlideInLeadsCount = function(o) {
var o = (typeof o === 'object') && o ? o : {};
mojarra.ab('common-popups:slide-in:j_idt497', null, 'action', 0, '@none', {
'params': o
})
}
</script>
</span><span id="common-popups:slide-in:j_idt498">
<script type="text/javascript">
var updateSlideInViewsCount = function(o) {
var o = (typeof o === 'object') && o ? o : {};
mojarra.ab('common-popups:slide-in:j_idt498', null, 'action', 0, '@none', {
'params': o
})
}
</script>
</span><span id="common-popups:slide-in:slideInsHtml"></span><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:16" value="-4575134184391364148:-6669795008136729893" autocomplete="off">
</form>
Text Content
theme-reserved audience-reserved Log In Enroll * * About * Offers * All * Automotive * Entertainment * Food & Drink * Health * Home * Retail * Services * Travel * Events FEATURED OFFERS * Total Pickleball View Offer * Hotel Engine View Offer * Insights * Travel * All Insights * Personal Finance * Family * Health & Wellness * Lifestyle * Giving Back FEATURED ARTICLES * PERSONAL FINANCE What’s Your Relationship With Wealth? * FAMILY Give the Gift of Education This Holiday Season * LIFESTYLE 5 Pieces of Career Advice From Women in Finance * Log In * Enroll * About * Offers * All * Automotive * Entertainment * Food & Drink * Health * Home * Retail * Services * Travel * Events * Insights * Travel * All Insights * Personal Finance * Family * Health & Wellness * Lifestyle * Giving Back * About Morgan Stanley Reserved Living & Giving * Morgan Stanley Online * FAQs * Morgan Stanley Wealth Management * Privacy & Cookies * Terms and Conditions PERKS FROM BRANDS YOU LOVE & INSIGHTS TO ENRICH YOUR LIFE Get Started WHAT OFFERS INTEREST YOU? All Automotive Entertainment Food & Drink Health Home Retail Services Travel Events LIMITED-TIME OFFER RETAIL DE’LONGHI For a limited time, receive 25% off espresso & coffee machines and more. Offer expires on 8/31/2024. View Offer LIMITED-TIME OFFER INSIGHTFUL ARTICLES TO INSPIRE YOU Show All FILTER BY * Family * Giving Back * Health * Lifestyle * Personal Finance * Travel Game, Set, Match: Why Tennis Can Be a Major Win For Your Body and Mind For millions of players around the world, tennis delivers countless benefits to physical, mental and social well-being, helping them stay active and connect with others. Read More “The bike's performance exceeded my expectations in every way. It was incredibly responsive, with smooth and precise handling. The folding mechanism was straightforward and intuitive, allowing me to effortlessly transition from riding to carrying or storing the bike.” – Casey N. View Offer “I received two gifts from Harry & David recently. The pears, as well as the other items in the basket, were delicious. I also received two dozen macadamia and chocolate chip cookies that were outstanding. Love their products!” – Violet E. View Offer MORGAN STANLEY RESERVED LIVING & GIVING MEMBERSHIP AT A GLANCE 130+ POPULAR OFFERS Access offers from select partners in travel, automotive, retail, entertainment and more. CURATED INSIGHTS Browse lifestyle content on topics including personal finance, giving back, health & wellness and travel. 500,000+ MEMBERS Enjoy lifestyle-enhancing benefits, available to eligible clients.1 No points. No credit cards. No cost. $55M+ IN CLIENT SAVINGS2 Explore discounts on a wide range of products and services, from family trips and new vehicles to health advisory and cybersecurity protection. Get Started LATEST OFFERS Show All ENTERTAINMENT Zach Bryan Concert Tickets Access tickets and preferred pricing to see Zach Bryan in concert. View Offer New RETAIL Mytheresa Unlock VIP treatment with complimentary access to Mytheresa’s exclusive Personal Shopping program. View Offer New ENTERTAINMENT 2024 Las Vegas F1 Grand Prix Access sought-after tickets and preferred pricing to the 2024 Las Vegas F1 Grand Prix. View Offer Limited-time Offer ENTERTAINMENT 2024 United States F1 Grand Prix Access sought-after tickets and preferred pricing to the 2024 United States F1 Grand Prix in Austin, Texas. View Offer Limited-time Offer RETAIL INDOCHINO Enjoy 30% off any suit, blazer or outerwear. Get 3 shirts for $199 or 5 shirts for $299. View Offer New Watch EVENTS AUGUST 28, 2024 | 4:00 PM ET Learning in the Age of AI: The Why, How & What Join edX to learn about the impact of AI in the workplace and the latest trends in the world of professional upskilling. View Offer New HEALTH Tracie Martyn Spa Receive 25% off facials and skincare at the Tracie Martyn Spa in NYC. View Offer New RETAIL Moda Operandi Enjoy a complimentary, virtual fine jewelry styling and sourcing session. View Offer Limited-time Offer HEALTH Clinique des Champs Elysées Receive 25% off non-invasive treatments and 10% off injectable services. View Offer New EVENTS June 10–16, 2024 U.S. Open Golf Championship Tickets Access tickets and preferred pricing to the U.S. Open Golf Championship. View Offer Limited-time Offer EVENTS August 19–September 8, 2024 US Open Tennis Championship Tickets Access tickets and preferred pricing to the US Open Tennis Championship. View Offer Limited-time Offer EVENTS August 11–19, 2024 Cincinnati Open Tickets Access tickets and preferred pricing to the Cincinnati Open. View Offer New MOST POPULAR OFFERS Show All AUTOMOTIVE Mercedes-Benz Up to $5,500 off the lease or purchase of specific Mercedes-Benz models. View Offer FOOD & DRINK PerUs Secure an exclusive allocation of PerUs wines at special pricing accompanied by a complimentary private virtual tasting. View Offer New RETAIL De’Longhi Save 25% on espresso & coffee machines and more. View Offer Limited-time Offer Watch EVENTS AUGUST 28, 2024 | 4:00 PM ET Learning in the Age of AI: The Why, How & What Join edX to learn about the impact of AI in the workplace and the latest trends in the world of professional upskilling. View Offer New RETAIL INDOCHINO Enjoy 30% off any suit, blazer or outerwear. Get 3 shirts for $199 or 5 shirts for $299. View Offer New ENTERTAINMENT 2024 Las Vegas F1 Grand Prix Access sought-after tickets and preferred pricing to the 2024 Las Vegas F1 Grand Prix. View Offer Limited-time Offer ENTERTAINMENT Show Tickets Save up to 50% on tickets to top selling shows including Broadway musicals and Disney on Ice. View Offer RETAIL Mytheresa Unlock VIP treatment with complimentary access to Mytheresa’s exclusive Personal Shopping program. View Offer New RETAIL myGemma Reserved clients receive up to 15% off authenticated, pre-owned designer jewelry and watches. View Offer HEALTH Canyon Ranch Receive 10% off all stays and receive a bonus service allowance. View Offer Exclusive TRAVEL 1 Hotel Nashville Save up to 40% off when booking 1 Hotel Nashville through Hotel Engine. View Offer New ENTERTAINMENT 2024 United States F1 Grand Prix Access sought-after tickets and preferred pricing to the 2024 United States F1 Grand Prix in Austin, Texas. View Offer Limited-time Offer Family Next Generation Gifting Considerations As you consider gifting options, ask yourself how you would like financial gifts made to children or other family members to be used. Travel Winter Escapes: Embrace the Season The wide range of activities on snow-capped mountains makes them a great vacation destination for the entire family. Family Give the Gift of Education This Holiday Season Consider these strategies when gifting to your children or grandchildren—the gift of education—through a 529 plan. Travel Top U.S. Family Getaways We’ve got your trip-planning covered with tons of outdoor activities that will make sightseeing safe and enjoyable. Travel Travel Series: Spotlight on Miraval Resorts Health-focused resorts with the most esoteric of offerings are popping up everywhere and taking wellness tourism to the next level. Lifestyle Julia Yue and Betty Ng: A Conversation on Purpose, Passion and Pickleball Two Asian American women leaders sit down to discuss their heritage, diversity, inclusion, purpose and pickleball. Lifestyle 10 Top Tennis Resorts and Camps A tennis-oriented vacation at beautiful state-of-the art facilities that also feature amenities like pools and spas can help you hone your skills. Lifestyle 7 Common Pitfalls to Avoid When Buying Your First Home Educating yourself can give you an edge when shopping for your dream home. Family Beyond the Piggy Bank Good habits for raising money-savvy children. Lifestyle Books & Podcasts That Are Transporting Us to New Places Where will they take you? Travel The Great American Road Trip: Everything You Need to Know Hitting the road is a great way to reconnect with yourself, your family and America’s scenic landscapes. Personal Finance What’s Your Relationship With Wealth? Before engaging in family wealth-planning conversations, you may want to examine your own feelings and attitudes about wealth. Watch Video QUESTIONS OR COMMENTS? CONTACT THE SERVICE CENTER AT 1-877-799-6772 * About Morgan Stanley Reserved Living & Giving * FAQs * Terms and Conditions and Important Disclosures Morgan Stanley Reserved Living & Giving is a complimentary program that rewards eligible clients of Morgan Stanley and E*TRADE. Morgan Stanley Smith Barney LLC (“Morgan Stanley”) reserves the right in its discretion to change the terms and conditions of, or terminate, the Reserved Living & Giving (“Reserved”) program and the Signature Access program at any time and without notice. Morgan Stanley periodically reviews Reserved and Signature Access program participants' accounts and activity and may in its discretion remove program participants from either program at any time and without notice. ©2024 Morgan Stanley Smith Barney LLC. Member SIPC . | Privacy & Cookies | Morgan Stanley Online | Morgan Stanley Wealth Management All rights reserved. CRC 4021383 09/23 LOG IN Or Log In via Morgan Stanley Online Set your password If you’d like to log in automatically next time you visit the site, please click ‘Remember Me’ Remember me Not Enrolled? Problems logging in? Call 1-877-799-6772 WELCOME Enroll now to enjoy curated insights and discounts from popular brands. Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year. By clicking "Get Started", I agree that I have read and accepted the terms & conditions Already enrolled? Log In Not yet a Morgan Stanley Client? Click here Questions? Call 1-877-799-6772. PASSWORD ASSISTANCE Please enter the email address you use to login to Morgan Stanley's complimentary loyalty and perks program(s). You will receive an email with a link to set your password. Note: If you don’t receive an email, please check your spam folder. Back to Login Password set instructions were sent to your email address. If you don’t see the email message in your inbox, look for it in your junk or spam mail folder or check your e-mail again later. OK CREATE A PERSONALIZED PASSWORD NOTE: Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year. Problems logging in? Call 1-877-799-6772. CHANGE PASSWORD NOTE: Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year. Problems logging in? Call 1-877-799-6772. SEND MY CODE Eligible Morgan Stanley clients must enter the email address we have on file to receive your Unique Code. If you do not know the email address on file or if you get an error message, please call our Customer Service line at the number below Back to Enroll Problems logging in? Call 1-877-799-6772 LOG IN In addition to signing on to Reserved Living & Giving through Morgan Stanley Online, you can now access msreserved.com directly. To continue, NOTE: Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year. Your Email/Login: OR Log in via Morgan Stanley online | Problems logging in? Call 1-877-799-6772. WELCOME TO RESERVED NOTE: Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year. By creating a password, you can also access the Reserved Living & Giving on your mobile device at www.msreserved.com NOTE: When you create a password, you can create a hint to help you remember it. The password hint will be visible when you Log in. By checking the box, I agree that: * I have read and accepted the Terms & Conditions * I may receive communications from Morgan Stanley Reserved and can change my notification preferences in the Update Your Information section of the website at any time. Problems logging in? Call 1-877-799-6772 CREATE YOUR RESERVED PASSWORD Access your exclusive discounts and content at msreserved.com. Create your password and bookmark the Reserved Living & Giving homepage for easy access. NOTE: This password should be different from the one you use to log in to Morgan Stanley Online. It must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year. Problems logging in? Call 1-877-799-6772