privateclientsinvestments.standardbank.co.za Open in urlscan Pro
104.17.172.38  Public Scan

Submitted URL: https://privateclientsinvestments.standardbank.co.za/
Effective URL: https://privateclientsinvestments.standardbank.co.za/StadiumLogin.aspx?ReturnUrl=%2f
Submission: On August 11 via automatic, source certstream-suspicious — Scanned from US

Form analysis 2 forms found in the DOM

Name: form1POST ./StadiumLogin.aspx?ReturnUrl=%2f

<form name="form1" method="post" action="./StadiumLogin.aspx?ReturnUrl=%2f" onsubmit="javascript:return WebForm_OnSubmit();" id="form1">
  <div>
    <input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDM3OTQ4MTg2ZGQi31ugII+dt2Vd0uVO271Q4j0zKhmISDXa1O3ZtJskPQ==">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['form1'];
    if (!theForm) {
      theForm = document.form1;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=Qy5ebmyEKYQsxf2lvYvyixygQAUFPfOg9U1C4J6pOF4HcnHM0Z8XXpvvr4N0D7_a4dO-AeGnrlUMM9hXiOu0L4SIzBRAKzOJSMFkDZWocRY1&amp;t=638459896569584809" type="text/javascript"></script>
  <script src="/WebResource.axd?d=lPL8G_lIewrb0Z5wh3lhd8moWvxJ8C2WMxdyDZhXQlRN1k0yjnp2GC6-clICh_-CtICFIasI6diPvRTLV_xyJabN5ClZ58a9toyGch9SbgQ1&amp;t=638459896569584809" type="text/javascript"></script>
  <script src="/WebResource.axd?d=vkjywG-l6S3--cufECLF5s5yWQ3w5cEmuNOeLvMJQSo1CUmtWO-_Eo6Rj7NuThjD5l4oE9bgixQ9D2wZEWxca86jDAL2dNEJv12WNzCBS101&amp;t=638459896569584809" type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    function WebForm_OnSubmit() {
      if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
      return true;
    }
    //]]>
  </script>
  <div>
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="3B6471BD">
  </div>
  <div id="loginBox" class="AppContentContainer">
    <div><a href="https://www.melvilledouglas.co.za/">&lt;&nbsp;Go Back</a></div>
    <p>&nbsp;</p>
    <div class="title">Domestic Login</div>
    <div>Welcome back.</div>
    <div>Please login to your South African account.</div>
    <p>&nbsp;</p>
    <div class="label">Username<label class="Error">*</label></div>
    <input name="usernameTextBox" type="text" id="usernameTextBox">
    <span id="UsernameRequiredValidator" class="Error" style="display:inline-block;color:Red;height:20px;display:none;">Enter your username.</span>
    <span id="UsernameValidator" class="Error" style="display:inline-block;color:Red;height:20px;display:none;">Invalid username.</span>
    <p>&nbsp;</p>
    <div class="label">Password<label class="Error">*</label></div>
    <input name="passwordTextBox" type="password" id="passwordTextBox" autocomplete="off"><span id="PwdRequiredValidator" class="Error" style="display:inline-block;color:Red;height:20px;display:none;">Enter your password.</span><span
      id="PwdValidator" class="Error" style="display:inline-block;color:Red;height:20px;display:none;">Invalid password.</span>
    <span id="errorLabel" class="Error"></span>
    <p>&nbsp;</p>
    <input type="submit" name="loginButton" value="Login" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;loginButton&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, false))" id="loginButton">
    <p>&nbsp;</p>
    <div class="logindivider"><span>OR</span></div>
    <p>&nbsp;</p>
    <div class="title">International Login</div>
    <div>Please login to your offshore account.</div>
    <p>&nbsp;</p>
    <a href="https://www-standardbank.eximiuscloud.com/eximius.portal/" class="intButton">Login to your Offshore account</a>
    <p>&nbsp;</p>
    <div style="font-size:12px !important;line-height:18px !important;">We've made some changes to our portfolio management system.
      <a href="javascript:openPopup();" style="color:#0597fd !important;font-size:12px !important;line-height:18px !important;">Find out what has changed.</a></div>
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var Page_Validators = new Array(document.getElementById("UsernameRequiredValidator"), document.getElementById("UsernameValidator"), document.getElementById("PwdRequiredValidator"), document.getElementById("PwdValidator"));
    //]]>
  </script>
  <script type="text/javascript">
    //<![CDATA[
    var UsernameRequiredValidator = document.all ? document.all["UsernameRequiredValidator"] : document.getElementById("UsernameRequiredValidator");
    UsernameRequiredValidator.controltovalidate = "usernameTextBox";
    UsernameRequiredValidator.errormessage = "Enter your username.";
    UsernameRequiredValidator.display = "Dynamic";
    UsernameRequiredValidator.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
    UsernameRequiredValidator.initialvalue = "";
    var UsernameValidator = document.all ? document.all["UsernameValidator"] : document.getElementById("UsernameValidator");
    UsernameValidator.controltovalidate = "usernameTextBox";
    UsernameValidator.errormessage = "Invalid username.";
    UsernameValidator.display = "Dynamic";
    UsernameValidator.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
    UsernameValidator.validationexpression = "[^<>\']*";
    var PwdRequiredValidator = document.all ? document.all["PwdRequiredValidator"] : document.getElementById("PwdRequiredValidator");
    PwdRequiredValidator.controltovalidate = "passwordTextBox";
    PwdRequiredValidator.errormessage = "Enter your password.";
    PwdRequiredValidator.display = "Dynamic";
    PwdRequiredValidator.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
    PwdRequiredValidator.initialvalue = "";
    var PwdValidator = document.all ? document.all["PwdValidator"] : document.getElementById("PwdValidator");
    PwdValidator.controltovalidate = "passwordTextBox";
    PwdValidator.errormessage = "Invalid password.";
    PwdValidator.display = "Dynamic";
    PwdValidator.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
    PwdValidator.validationexpression = "[^<>\']*";
    //]]>
  </script>
  <script type="text/javascript">
    //<![CDATA[
    var Page_ValidationActive = false;
    if (typeof(ValidatorOnLoad) == "function") {
      ValidatorOnLoad();
    }

    function ValidatorOnSubmit() {
      if (Page_ValidationActive) {
        return ValidatorCommonOnSubmit();
      } else {
        return true;
      }
    }
    WebForm_AutoFocus('usernameTextBox'); //]]>
  </script>
</form>

POST

<form id="searchForm" action="" method="post">
  <div class="search_container">
    <input type="text" id="query" name="query" class="looking" value="I'm looking for..." onfocus="if (this.value=='I\'m looking for...') { this.value = ''; }" onblur="if (this.value=='') { this.value = 'I\'m looking for...'; }">
  </div>
  <divs class="mag_submit" onclick="search()"></divs>
</form>

Text Content

< Go Back

 

Domestic Login
Welcome back.
Please login to your South African account.

 

Username*
Enter your username. Invalid username.

 

Password*
Enter your password.Invalid password.

 

 

OR

 

International Login
Please login to your offshore account.

 

Login to your Offshore account

 

We've made some changes to our portfolio management system. Find out what has
changed.
 * Home
 * What We Offer
 * Funds
 * Investment Information
 * Fees
 * About Us
 * Contact Us

 * 


THE STANDARD BANK APP

Bank on the go, in the palm of your hands




Apple Download


Android Download


WEALTH AND INVESTMENT

Wealth and Investment offers an integrated suite of end-to-end wealth management
services and banking solutions. For more information on our offerings and
solutions, visit our website.




Wealth and Investment



© 2018 Standard Bank is a licensed financial services provider.

Melville Douglas is a licensed financial services provider in terms of the
Financial Advisory and Intermediary Services Act.

Legal || Disclaimer




What's new?
The new investment platform will be delivered to you through a new Client
Portal.

• Should you have an offshore portfolio, the portal will enable you to access
your valuation reports directly online.

• The portal will also allow you to access your transactional and holding
reports as well as your portfolio performance information daily.

• The system will automatically generate your monthly valuation reports and
notify you via email as soon as they are available for you to download.

When can I expect the change to happen?
The new offshore portfolio management system and client portal will be rolled
out to clients with offshore portfolios from the beginning of September 2018.
From 4 September 2018, there could be intermittent delays in our online service,
and access to the Melville Douglas portal, as we transition to the new system.

How do I register to access the client portal?
To access the new Client Portal and view your offshore portfolio, you will need
to register an account on the portal in the coming weeks.
In order to gain the benefits of the new and improved Client Portal, you will
have to register and log in. You will need to access the new offshore portfolio
system, by clicking on the login to your offshore account button on the Melville
Douglas website. If you experience any problems during the registration process,
please do not hesitate to contact your Portfolio Manager.

What will the change mean to me?
While the improvements in reporting and access to your portfolio will be
noticeable, there will be no change to the way Melville Douglas makes investment
decisions within your portfolios. And because consistency and long-term
relationships are key, your Melville Douglas Portfolio Manager and client
service contact person will remain the same.

We are constantly improving the ways in which we deliver services to you as our
client, and we are confident that this new client portal will significantly
enhance your experience with us.

If you have any difficulties accessing the client portal or your portfolio
information during this time, please do not hesitate to contact your Portfolio
Manager for assistance.




Okay, got it