The firms that saw their valuations gain comprise RIL, Infosys, Bajaj Finance, HDFC Bank, State Bank of India, ICICI Bank, Tata Consultancy Services (TCS)
Share Market, Here’s a list of 8 top gainers today, 12 February: Adani Ports, ICICI Bank, Infosys, Axis Bank, HDFC, SBI, Wipro, Bajaj Finserv
“It is improbable in France and Europe, but it is a situation to which we have to pay close attention”, says AMF head Robert Ophele
]]>“;
return ighsb;
}
//Fuction for browser detection
function browser_detector() {
var isOpera = (!!window.opr && !!opr.addons) || !!window.opera || navigator.userAgent.indexOf(‘ OPR/’) >= 0;
if (isOpera) {
var browser = “opera”;
}
// Firefox 1.0+
var isFirefox = typeof InstallTrigger !== ‘undefined’;
if (isFirefox) {
var browser = “firefox”;
}
// At least Safari 3+: “[object HTMLElementConstructor]”
var isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf(‘Constructor’) > 0;
if (isSafari) {
var browser = “safari”;
}
// Internet Explorer 6-11
var isIE = /*@[email protected]*/ false || !!document.documentMode;
if (isIE) {
var browser = “IE”;
}
// Edge 20+
var isEdge = !isIE && !!window.StyleMedia;
if (isEdge) {
var browser = “edge”;
}
// Chrome 1+
var isChrome = !!window.chrome && !!window.chrome.webstore || navigator.userAgent.indexOf(‘ OPR/’) >= 0 || navigator.userAgent.indexOf(‘Chrome’) >= 0;
if (isChrome) {
var browser = “chrome”;
}
// Blink engine detection
var isBlink = (isChrome || isOpera) && !!window.CSS;
if (isBlink) {
var engine = “blink”;
}
return browser;
}
$(‘.speech_recognitionEnd’).click(function() {
speech_recognitionEnd();
});
function speech_recognitionEnd() {
$(“.scc_overlay”).hide();
$(“.scc_tlkNw”).show();
recognition.stop();
recognition.onstop = function() {
recognizing = false;
inputEl.placeholder = oldPlaceholder;
};
}
function speech_recognition_hsb() {
$(“.scc_overlay”).show();
var inputEl = document.querySelector(‘input[name=searchword]’);
recognition.continuous = true;
recognition.lang = lang;
event.preventDefault();
if (recognizing) {
recognition.stop();
return;
}
inputEl.value = finalTranscript = ”;
recognition.start();
recognition.onstart = function() {
oldPlaceholder = inputEl.placeholder;
//document.getElementById(“mod_search_searchword”).focus();
inputEl.placeholder = “Start Talking”;
$(“.scc_spk_stat_txt_hsb”).show();
$(“.scc_search_home_mic_btn”).hide();
recognizing = true;
restartTimer();
};
recognition.onend = function() {
recognizing = false;
$(“.scc_tlkHsbNw”).show();
clearTimeout(timeout);
if (oldPlaceholder !== null) {
inputEl.placeholder = oldPlaceholder;
}
};
recognition.onresult = function(event) {
$(“.scc_search_home_mic_btn”).show();
$(“.scc_tlkHsbNw”).show();
clearTimeout(timeout);
for (var i = event.resultIndex; i 0 ) {
window.location.href = “https://www.businesstoday.in/search.jsp?option=com_search&searchword=” + qVal.toLowerCase().split(‘ ‘).join(‘_’)+”&x=”+x+”&y=”+y;
}
}
$(“#scc_inGssHomeSbOnly .scc_search_home_mic_btn”).on(‘click’, function() {
search_home_btn();
});
$(‘.scc_overlay’).click(function() {
//$(‘.scc_overlay’).hide();
});
$(document).mouseup(function(e) {
//$(‘.scc_overlay’).hide();
});
$(document).ready(function() {
$(“#scc_inGssHomeSbOnly”).ready(function() {
var homeSccLang = $(“#scc_inGssHomeSbOnly”).attr(‘scc_lang’);
});
$(“#scc_inGssSearchResBlk”).ready(function() {
if (naviPlatfrm()) {
$(“#scc_inGssSearchResBlk”).addClass(‘web’);
$(“#scc_inGssHomeSbOnly”).addClass(‘web’);
}
});
if (naviPlatfrm()) {
$(“#scc_settingFilters”).hide();
$(“.scc_fltrWrpWeb”).css(“display”, “inline-block”);
$(“.scc_settingFilterShow”).css(“display”, “none”);
$(“#scc_cng_vw”).removeClass(‘scc_mob_blk’);
$(“#scc_cng_vw”).addClass(‘scc_desk_blk’);
}
});
})(jQuery);
function getRndInteger() {
return Math.floor(Math.random() * 100);;
}
Advertisement
Be the first to comment