directory.bankingwords.com
Open in
urlscan Pro
66.147.237.126
Public Scan
URL:
https://directory.bankingwords.com/
Submission: On July 30 via automatic, source certstream-suspicious — Scanned from DE
Submission: On July 30 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
2 forms found in the DOMName: frm1 — /search_results
<form class="tpad xs-vpad xs-hpad website-search" name="frm1" action="/search_results">
<div class="form-group col-sm-12 col-md-4 bmargin xs-nopad">
<div class="input-group input-group-lg col-sm-12 large-autosuggest">
<div class="input-group-addon">
<i class="fa fa-fw fa-search"></i>
</div>
<span class="input-group-lg input_wrapper"><input type="text" class="member_search form-control input-lg large-autosuggest-input" name="q" value="" placeholder="Name or Keyword"></span>
</div>
</div>
<div class="form-group col-sm-12 col-md-4 bmargin xs-nopad">
<div class="input-group input-group-lg col-sm-12">
<div class="input-group-addon"><i class="fa fa-fw fa-location-arrow"></i></div>
<span class="input-group-lg input_wrapper"><input type="text" class="googleSuggest googleLocation form-control input-lg pac-target-input" name="location_value" id="location_google_maps_homepage" value="" placeholder="City or Post Code"
autocomplete="off"></span>
</div>
</div>
<div class="form-group col-sm-12 col-md-4 bmargin xs-nopad">
<button type="submit" class="btn-block btn btn-lg btn_home_search">Search Now</button>
</div>
<div class="clearfix"></div>
</form>
Name: newsletter_modal_signup_380 — POST /api/widget/json/get/Bootstrap%20Theme%20-%20Module%20-%20Newsletter%20Actions
<form action="/api/widget/json/get/Bootstrap%20Theme%20-%20Module%20-%20Newsletter%20Actions" id="newsletter_modal_signup_380" method="post" labelwidth="100" labelpaddingtop="0.5em" enctype="multipart/form-data" form_action_type="widget"
form_action_div=".newsletter_modal_form_container" return_data_type="" name="newsletter_modal_signup_380" class="fv-form fv-form-bootstrap" novalidate="novalidate"><button type="submit" class="fv-hidden-submit"
style="display: none; width: 0px; height: 0px;"></button><input type="hidden" name="sized" value="0" id="newsletter_modal_signup_380-element-0"><input type="hidden" name="form" value="myform" id="newsletter_modal_signup_380-element-1"><input
type="hidden" name="formname" value="newsletter_modal_signup" id="newsletter_modal_signup_380-element-2"><input type="hidden" name="dowiz" value="1" id="newsletter_modal_signup_380-element-3"><input type="hidden" name="save" value="1"
id="newsletter_modal_signup_380-element-4"><input type="hidden" name="url_origin_pars" value="/home" id="newsletter_modal_signup_380-element-5"><input type="hidden" name="action" autocomplete="off" value="subscribe"
id="newsletter_modal_signup_380-element-6">
<div class="form-group"><input type="text" name="first_name" placeholder="Name" autocomplete="off" value="" class="form-control control-group form-control " id="newsletter_modal_signup_380-element-7"></div>
<div class="form-group"><input type="email" name="email" required="" placeholder="Enter email address" autocomplete="off" value="" class="form-control control-group form-control" id="newsletter_modal_signup_380-element-8"
data-fv-field="email"><small class="help-block" data-fv-validator="notEmpty" data-fv-for="email" data-fv-result="NOT_VALIDATED" style="display: none;">Required Field</small><small class="help-block" data-fv-validator="emailAddress"
data-fv-for="email" data-fv-result="NOT_VALIDATED" style="display: none;">Please enter a valid email address</small></div>
<div class="form-group">
<div class="form-group security_question_label">
<div id="newsletter_modal_signup_380-captchaContainer" class="control-group">
<div class="g-recaptcha" id="newsletter_modal_signup_380-google-recaptcha"></div>
</div>
<small class="help-block" id="recaptcha_error" style="display:none;" data-fv-validator="notEmpty" data-fv-for="recaptcha" data-fv-result="INVALID">The security check was not completed successfully.</small>
<div class="clearfix bmargin"></div>
<input type="hidden" name="recaptcha" id="newsletter_modal_signup_380-rcap">
</div>
<style>
.modal .g-recaptcha-scale,
.col-md-4 .g-recaptcha-scale,
.col-md-3 .g-recaptcha-scale,
.col-lg-3 .g-recaptcha-scale,
.col-lg-4 .g-recaptcha-scale {
transform: scale(0.77);
-webkit-transform: scale(0.77);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
margin-bottom: -15px;
}
.modal #newsletter_modal_signup_380-captchaContainer,
.col-md-4 #newsletter_modal_signup_380-captchaContainer,
.col-md-3 #newsletter_modal_signup_380-captchaContainer,
.col-lg-3 #newsletter_modal_signup_380-captchaContainer,
.col-lg-4 #newsletter_modal_signup_380-captchaContainer {
transform: scale(0.77);
-webkit-transform: scale(0.77);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
margin-bottom: -15px;
}
</style>
<script type="text/javascript">
var formID = '';
var currentCaptcha = {};
var captchaHolders = {};
window.addEventListener('load', () => {
formID = document.querySelectorAll('[name="recaptcha"]');
if (typeof formID != "undefined" && formID !== null) {
for (let i = 0; i < formID.length; i++) {
let formIDForm = formID[i].closest('form');
if (typeof formIDForm != "undefined" && formIDForm !== null) {
formIDForm.addEventListener('click', reCaptchaOnFormClick, false);
}
}
}
});
function reCaptchaOnFormClick(event) {
currentCaptchaForm = event.srcElement.closest('form');
var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit&hl=en';
head.appendChild(script);
if (typeof currentCaptchaForm != "undefined" && currentCaptchaForm !== null) {
currentCaptchaForm.removeEventListener('click', reCaptchaOnFormClick, false);
}
}
var onloadCallback = function(event) {
var captcha = currentCaptchaForm.querySelectorAll('div[class=g-recaptcha]');
if (captcha[0].id) {
captchaHolders[captcha[0].id] = grecaptcha.render(captcha[0].id, {
'sitekey': '6LefRQUjAAAAAPOTuzn2JHoRo-v2-uY_wsDegNP_'
});
}
}
</script>
<script>
function respuesta() {
var checkedTextArea = document.getElementsByClassName('g-recaptcha');
var rcap = document.getElementsByTagName('recaptcha');
for (var i = 0; i < checkedTextArea.length; i++) {
if (checkedTextArea[i].value != '') {
for (var index = 0; i < rcap.length; index++) {
rcap[index].setAttribute("value", "checked");
}
}
}
}
$(document).ready(function() {
$("#newsletter_modal_signup_380 input[type=submit]").unbind('click');
$("#newsletter_modal_signup_380 input[type=submit]").click(function(event) {
var formId = $(this.form).attr('id');
var captchaHolderKey = formId + "-google-recaptcha";
if (typeof captchaHolders[captchaHolderKey] != "undefined") {
event.preventDefault();
if (grecaptcha.getResponse(captchaHolders[captchaHolderKey]) === "") {
$("#" + formId).formValidation('validate');
$("#" + formId + " .security_question_label").addClass("has-error");
$("#" + formId + " #recaptcha_error").css("display", "block");
return false;
} else {
$("#" + formId + " .security_question_label").removeClass("has-error");
$("#" + formId + " #recaptcha_error").css("display", "none");
respuesta();
$("#" + formId).submit();
}
}
});
});
</script>
</div>
<div class="form-group"><input type="hidden" name="bd_hpc" autocomplete="off" value="" class="form-control control-group " id="newsletter_modal_signup_380-element-11"></div>
<div class="form-actions"><input type="submit" value="Subscribe Now" name="" class="btn btn-success btn-block btn-lg bold " id="newsletter_modal_signup_380-element-12"></div><input type="hidden" name="origin" value="/">
</form>
Text Content
directory.bankingwords.com - Directory@BankingWords.com * 0097339781222 * Contact Us * Register * Login * Home * About BankingWords * Contact Us * Provide Feedback * Directory * Search by Category * Prominent Personalities * Commercial Bankers * Investment Bankers * Business Consultants * Shari'ah Advisors * Banks * Financial Institutions * Insurance Companies * Accounting & Auditing * Law Firms * Sovereign Funds * Business Consulting * Government * Library * News Digest * Terminology * Banking & Investment Dictionary * Technical & Medical Dictionary * ClubVocab * List of References * Translation Services * Home * About BankingWords * Contact Us * Provide Feedback * Directory * Search by Category * Prominent Personalities * Commercial Bankers * Investment Bankers * Business Consultants * Shari'ah Advisors * Banks * Financial Institutions * Insurance Companies * Accounting & Auditing * Law Firms * Sovereign Funds * Business Consulting * Government * Library * News Digest * Terminology * Banking & Investment Dictionary * Technical & Medical Dictionary * ClubVocab * List of References * Translation Services BANKING & INVESTMENT DIRECTORY What do you need: Search by location: Search Now View All -------------------------------------------------------------------------------- ACCOUNTING & AUDITING -------------------------------------------------------------------------------- View Category BANKS -------------------------------------------------------------------------------- View Category BUSINESS & CONSULTING SERVICES -------------------------------------------------------------------------------- View Category EDUCATION & TRAINING -------------------------------------------------------------------------------- View Category FINANCIAL INSTITUTIONS -------------------------------------------------------------------------------- View Category GOVERNMENT -------------------------------------------------------------------------------- View Category INFORMATION & COMMUNICATION TECHNOLOGY -------------------------------------------------------------------------------- View Category INSURANCE -------------------------------------------------------------------------------- View Category LAW FIRMS -------------------------------------------------------------------------------- View Category PROMINENT PERSONALITIES -------------------------------------------------------------------------------- View Category SHARI'AH ADVISORS -------------------------------------------------------------------------------- View Category SOVEREIGN FUNDS -------------------------------------------------------------------------------- View Category View All View All -------------------------------------------------------------------------------- BUSINESS CONSULTANTS -------------------------------------------------------------------------------- View Category COMMERCIAL BANKERS -------------------------------------------------------------------------------- View Category INVESTMENT BANKERS -------------------------------------------------------------------------------- View Category SHARI'AH SCHOLARS -------------------------------------------------------------------------------- View Category View All View All NEWEST MEMBERS -------------------------------------------------------------------------------- Mahmood Al Kooheji Mr. Al-Kooheji is a seasoned executive who has held a number of senior roles across... Located in Al Khobar, Eastern Provi... View Listing Saud Al Ansari Mr. Al Ansari comes from a well recognized business background with a successful... Located in Al Khobar, Eastern Provi... View Listing Ibrahim Al Hedaithy Alhedaithy has extensive experience in investment banking and asset management... Located in Riyadh, Riyadh Province View Listing Ali Al Subaihin 37 years of professional experience in the industrial and commercial fields, in... Located in Riyadh, Riyadh Province View Listing Dorai Anand He has over 30 years’ experience in banking industry, particularly in retail... Located in Doha, Doha View Listing Tarek Fawzi Tarek Fawzi is a senior executive banker with over 37 years of extensive international... Located in Doha, Doha View Listing Bassel Gamal Mr. Bassel Gamal has held the position of QIB’s Group CEO since February... Located in Doha, Doha View Listing Abdulmajeed Al Sultan He holds a degree of Bachelor of Engineering in King Saud University in Riyadh... Located in Al Khobar, Eastern Provi... View Listing Tarek Al Kasabi Chairman of the Board of Directors of Bank AlJazira since 2016, He obtained his... Located in Al Khobar, Eastern Provi... View Listing Abdulaziz Al Khamis Mr. AlKhamees is the Vice Chairman of the Saudi Investment Bank, as well as the... Located in الهفوف والمبرز, المنطقة ... View Listing Abdallah Jumah Mr. Abdallah Saleh Jum’ah is the chairman of the Board of Director of the... Located in الهفوف والمبرز, المنطقة ... View Listing Talal Al Maiman Qualifications Master of Business Administration, University of Liverpool, UK... Located in Riyadh, Riyadh Province View Listing Mazin Al Romaih Qualifications Bachelor of Science, Accounting and Financial Management, UK FSA... Located in Riyadh, Riyadh Province View Listing Saad Al Kroud Qualifications: 2007: Bachelor’s Degree in Finance - King Fahd... Located in Riyadh, Riyadh Province View Listing Abdulmalik Al Hogail Qualifications: 1994: Bachelor's Degree in Accounting - King Saud University... Located in Riyadh, Riyadh Province View Listing Tony Cripps Tony Cripps was the Chief Executive Officer of HSBC Singapore, the leading international... Located in Riyadh, Riyadh Province View Listing Lubna Olayan Member of SAB’s Board and Chair of the Bank’s Board of Directors as... Located in Riyadh, Riyadh Province View Listing Tareq Al Sadhan Tareq Al Sadhan joined Riyad Bank in 2018 as a Senior Executive Vice President... Located in Riyadh, Riyadh Province View Listing Mutaz Al Azzawi Member of the Board of Directors of Riyad Bank since 2016. He holds a Bachelor’s... Located in Riyadh, Riyadh Province View Listing Abdullah Al Issa Member of the Board of Directors of Riyad Bank since 2007 and has been the Chairman... Located in Riyadh, Riyadh Province View Listing Waleed Al Mogbel Current position: Managing Director and Chief Executive Officer Previous Positions:... Located in Al Khobar, Eastern Provi... View Listing Abdullah Al Rajhi Holding a bachelor's degree in Business Administration from King Abdulaziz... Located in Al Khobar, Eastern Provi... View Listing Ahmed Al Dhabi Mr. Aldhabi, Group CFO at The Saudi National Bank, has been appointed to the position... Located in Al Khobar, Eastern Provi... View Listing Sara Nugali Ms. Nugali, Group Chief Operating Officer at the Saudi National Bank (SNB), has... Located in Al Khobar, Eastern Provi... View Listing View All Join Our Newsletter Click to Subscribe * Contact Us * P.O. Box 25-122 Janah Beirut, Lebanon Tel: (+961) 71397222 - (+973) 39781222 cs@bankingwords.com * Chaiban's BankingWords * Term Lookup * ClubVocab * Directory * Library * News Digest * Translation Services * * * © 2024 * Directory@BankingWords.com * All Rights Reserved × JOIN OUR NEWSLETTER -------------------------------------------------------------------------------- Required FieldPlease enter a valid email address The security check was not completed successfully.