Showing source for: https://www.catalog.update.microsoft.com/Search.aspx?q=https://ketoprobiotix-it.com/-Compra-Keto-Probiotix-ahora-y-%C3%BAnete-a-los-muchos-clientes-satisfechos
Duration: 0.761631s
Server: Microsoft-IIS/10.0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<noscript>
<div id="thanksNoScripting" visible="true">
<div id="thanksNoScriptingIntro" class="textContentPageBottomSpacer">
<span id="ctl00_catalogHead_noscript_textScriptingError" class="contentTextItemSpacerNoBreak"><span class="contentTextInline">To obtain updates from this website, scripting must be enabled.</span></span>
</div>
<div id="thanksNoScriptingHowTo" class="textContentPageBottomSpacer">
<span id="ctl00_catalogHead_noscript_textScriptingIntroError" class="contentTextItemSpacerNoBreak">To use this site to find and download updates, you need to change your security settings to allow ActiveX controls and active scripting. To get updates but allow your security settings to continue blocking potentially harmful ActiveX controls and scripting from other sites, make this site a trusted website:</span>
<div id="listNoScriptDiv" class="listOrdered">
<span class="listItem">
<span id="ctl00_catalogHead_noscript_textScriptingHowToError" class="contentTextItemSpacerNoBreak">In Internet Explorer, click <span class="contentTextInline">Tools</span>, and then click <span class="contentTextInline">Internet Options</span>.</span>
</span><span class="listItem">
<span id="ctl00_catalogHead_noscript_textScriptingHowToError2" class="contentTextItemSpacerNoBreak">On the <span class="contentTextInline">Security</span> tab, click the <span class="contentTextInline">Trusted Sites</span> icon. </span>
</span><span class="listItem">
<span id="ctl00_catalogHead_noscript_textScriptingHowToError3" class="contentTextItemSpacerNoBreak">Click <span class="contentTextInline">Sites</span> and then add these website addresses one at a time to the list:
You can only add one address at a time and you must click <span class="contentTextInline">Add</span> after each one:</span>
</span>
<div id="listSubNoScriptDiv" class="listUnOrderedSub">
<span class="listItem">
<span id="ctl00_catalogHead_noscript_textScriptingHowToError3a" class="contentTextItemSpacerNoBreak">http://*.update.microsoft.com </span>
</span><span class="listItem">
<span id="ctl00_catalogHead_noscript_textScriptingHowToError3b" class="contentTextItemSpacerNoBreak">https://*.update.microsoft.com </span>
</span><span class="listItem">
<span id="ctl00_catalogHead_noscript_textScriptingHowToError3c" class="contentTextItemSpacerNoBreak">http://download.windowsupdate.com</span>
</span>
</div>
</div>
</div>
<div id="thanksNoScriptingNote" class="textContentPageBottomSpacer">
<span id="ctl00_catalogHead_noscript_textScriptingNoteError" class="contentTextItemSpacerNoBreak"><span class="contentTextInline">Note:</span>
You might have to uncheck the <span class="contentTextInline"> Require server verification (https:) for all sites in the zone </span> option to enter all the addresses.</span>
</div>
<div id="errorNoScriptHelpOptions" class="listUnOrdered">
<span class="listItem"><a href="Faq.aspx" class="footerLink" >
<span id="ctl00_catalogHead_noscript_textSelfHelpOption1" class="contentTextItemSpacerNoBreak">Frequently Asked Questions</span>
</a></span><span class="listItem"><a href="Support.aspx" class="footerLink">
<span id="ctl00_catalogHead_noscript_textSelfHelpOption2" class="contentTextItemSpacerNoBreak">Help and Support</span>
</a></span>
</div>
</div>
</noscript>
<title>Microsoft Update Catalog</title>
<link rel="stylesheet" type="text/css" href="Style/catalog.css" />
<link rel="search" type="application/opensearchdescription+xml" href="OpenSearch.aspx"
title='Microsoft Update Catalog' />
<!-- <script type="text/javascript">
function supressError(message, url, line)
{
var re = /^function\s*([^(]*)\s*\(([^)]*)\)/;
var matches = null;
if (arguments.caller != null) {
matches = re.exec(arguments.caller.callee);
}
var argArray = new Array();
var fName = 'unknown';
if(matches)
{
if(matches[1] && matches[1].toString().length > 0)
fName = matches[1].toString();
if(matches[2] && matches[2].toString().length > 0)
{
var cleanMatches = new String(matches[2]).replace(/\s*/g,'');
argArray = cleanMatches.split(',');
}
}
var args = (argArray.length>0)?'':'none';
for(var i=0; i<argArray.length; i++)
{
args += ((args=='')?'':', ') + argArray[i] + '(' + typeof(arguments.caller[i]) + '):';
args += arguments.caller[i];
}
if(typeof(logger) != typeof(undefined) && logger != null)
logger.log(logger.logLevelFatal, 'JavaScript Error: MESSAGE='+ message + '. URL=' + url + '. LINE='+ line + '. FUNCTION_NAME=' + fName +'. ARGUMENTS=' + args);
else if(typeof(console) != typeof(undefined) && console != null)
console.log('JavaScript Error: MESSAGE='+ message + '. URL=' + url + '. LINE='+ line + '. FUNCTION_NAME=' + fName +'. ARGUMENTS=' + args);
var location = window.location.href.toLowerCase();
if(location.indexOf('Error.aspx'.toLowerCase()) == -1)
window.location.href = 'Error.aspx' + '?id=' + Microsoft.UpdateServices.Catalog.Constants.ErrorScriptError;
return true;
}
window.onerror = supressError;
</script> -->
<script type="text/javascript">
var internetExplorer = false;
var basket;
function setBasketCount() {
basket.syncCache();
var basketCount = basket.get_count();
headerBasketCount.innerText = basketCount;
if (basketCount > 0) {
basketControl.className = "basketControl";
basketImageSpan.className = "basketControl";
}
else {
basketControl.className = "basketControlInActive";
basketImageSpan.className = "basketControlInActive";
}
}
function goToBasket() {
var updateIDs = getUpdateIds(basket.getAllUpdates());
if (updateIDs.replace(/^\s+|\s+$/g, '') == "") return;
basketForm.updateIDs.value = updateIDs;
var qs = new Microsoft.UpdateServices.Catalog.QueryString(window.location.search);
basketForm.action = Microsoft.UpdateServices.Catalog.Constants.PageViewBasket + qs.appendErrorsQS();
basketForm.submit();
return false;
}
function getUpdateIds(aUpdateIds) {
var basketUpdateIds = "";
for (i = 0; i < aUpdateIds.length; i++) {
basketUpdateIds += aUpdateIds[i].get_uid() + ",";
}
return basketUpdateIds;
}
function goToDetails(updateID) {
var windowName = updateID.replace(/-/g, Microsoft.UpdateServices.Catalog.Constants.EmptyString);
var qs = new Microsoft.UpdateServices.Catalog.QueryString(window.location.search);
var detailsDialog = window.open(Microsoft.UpdateServices.Catalog.Constants.PageScopedViewInline + qs.appendErrorsQS("?updateid=" + updateID),
windowName, 'height=560,width=740,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=1 ');
if (detailsDialog == null) {
detailsPopup.style.display = "block";
}
else {
detailsDialog.focus();
}
return false;
}
function propogateBasketState(url) {
var qs = new Microsoft.UpdateServices.Catalog.QueryString(window.location.search);
basketForm.action = url + qs.appendErrorsQS();
basketForm.submit();
event.cancelBubble = true;
event.returnValue = false;
return false;
}
function createMasterPageComponents(prerequisiteChecksPassed) {
var searchLink = $get('searchButtonLink');
var basketLink = $get('basketControl');
var basketImage = $get('basketImageSpan');
var searchBox = $get('ctl00$searchTextBox'.replace('$', '_'));
var masterContext = null;
if (navigator.language == "fr" || navigator.language == "fr-FR") {
document.getElementById("supportLinkBoxFrench").style.visibility = "visible";
}
else
{
document.getElementById("supportLinkBoxFrench").style.visibility = "hidden";
}
//separating out code block which requires all prerequisites checks to pass
if (prerequisiteChecksPassed) {
var searchTextBox = new Microsoft.UpdateServices.Catalog.UI.SearchTextBox($get('ctl00$searchTextBox'.replace('$', '_')),
'start your search...',
searchBox.value,
searchLink,
'defaultSearchText'
);
searchTextBox.initialize();
if (internetExplorer) {
$addHandler(basketLink, "click", goToBasket);
$addHandler(basketImage, "click", goToBasket);
$addHandler(window, "focus", setBasketCount);
}
$addHandler(searchLink, "click", function (event) {
event = event || window.event;
event.cancelBubble = true;
event.returnValue = false;
var searchText = searchTextBox.get_searchText();
if (searchText.replace(/^\s+|\s+$/g, '') == "") return false;
var qs = new Microsoft.UpdateServices.Catalog.QueryString(window.location.search);
var searchUrl = 'Search.aspx' + qs.appendErrorsQS('?q=' + encodeURIComponent(searchText));
basketForm.action = searchUrl;
basketForm.submit();
return false;
});
masterContext = new Microsoft.UpdateServices.Catalog.UI.MasterPageContext(basketForm);
masterContext.initialize();
if (internetExplorer) {
basket = Microsoft.UpdateServices.Catalog.DownloadBasket.get_instance();
basket.contentChanged.add(setBasketCount);
setBasketCount();
}
//cancel the enter key click for the mainform so it will not do a postback
var mainFormElement = $get('aspnetForm');
mainFormElement.onkeydown = function (event) {
event = event || window.event;
if ((event.which || event.keyCode) == Microsoft.UpdateServices.Catalog.Constants.EnterButtonKeyCode && (event.target || event.srcElement).id == 'ctl00$searchTextBox'.replace('$', '_')) {
event.cancelBubble = true;
event.returnValue = false;
return false;
}
return true;
}
if (Microsoft.UpdateServices.Catalog.Constants.DownloadInformation != 'search') {
window.focus();
(searchTextBox.get_element()).focus();
}
}
return masterContext;
}
</script>
</head>
<body id="ltr"><div class="noDisplay" id="outerDivID">
<form id="basketForm" method ="post" action="">
<input type="hidden" id="updateIDs" name="updateIDs" />
<input type="hidden" id="updateIDsBlockedForImport" name="updateIDsBlockedForImport" />
<input type="hidden" id="contentImport" name="contentImport" value=""/>
<input type="hidden" id="sku" name="sku" value="" />
<input type="hidden" id="serverName" name="serverName" value=""/>
<input type="hidden" id="ssl" name="ssl" value=""/>
<input type="hidden" id="portNumber" name="portNumber" value=""/>
<input type="hidden" id="version" name="version" value=""/>
<input type="hidden" id="protocol" name="protocol" value=""/>
</form>
<form method="post" action="./Search.aspx?q=https%3a%2f%2fketoprobiotix-it.com%2f-Compra-Keto-Probiotix-ahora-y-%c3%banete-a-los-muchos-clientes-satisfechos" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="LhOfoj21JSmI+pTIYy4EAH7rk8xhMZsc+lkM1f17z9nsnVXXs1DVG67HZbBQtogE+gh9YTG7vqqY939qS0fN0oEbu/yF0L4EUU+sQIepQZwQz3tOKoZn0e+uQOExkZK9WI5F5QyzZYdGfneUobn0ZWHrg4rj0j2v7jrsuwGm0QFlh/lkrXKwNXCeA7TFvBdvlmV3fvrMXWnjdJs3FDEmSNeuJAk55S29TPqChUg7KWByTb3jJzeRadO0hf22QqACehRJ/Vbj23pIyq0jAvN+QZfdsHLTQxofLYEognS75ll45rboI3GYs8FYitJRt6b4L72okerR50BgyomJalMjfyMnyiNtGhCAWO7Y49n595A/Djt07piHVezG9lODfb/3t5rdAWRE9E9QlPUO2aeRhNLdiwS1gqS6DZLmsIMQZM79Vbp1J5EFvdnHBVYqd4Aq" />
<script src="/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvrS-scWe88tRN0sKnkhsoP5gYhnPhAez2qFom8XC72_HdJDoDqr3xXIiaGl6MO_MBc5QOYMeItRr-bBXEhKpAytVHkTibzaT_vmAlIeY9aZ7-uKO-UQUjgcxxBSrDm2ObJh_0eMyQ6R9e3GdpD-s8dg1&t=2a9d95e3" type="text/javascript"></script>
<script src="SiteConstants.aspx?6" type="text/javascript"></script>
<script src="Script/CommonTypes.js?6" type="text/javascript"></script>
<script src="Script/DownloadBasket.js?6" type="text/javascript"></script>
<script src="Script/MasterComponents.js?6" type="text/javascript"></script>
<script src="Script/Search.js?6" type="text/javascript"></script>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="BBBC20B8" />
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="w5cNwq79r5vGRZhMtmqdYDnXQFowb/ITw82bAc4mJNlSp+MMUeY4wpxulb+Htb9iHgOgpwqWgvMnEpLC7lRR9jlfHC8VwqkWZeVcMguVEfEWP0IinKi/T4V9NMrlCQNy" />
<div id="mainBoxMaster" >
<table id="layoutTable" cellpadding="0" cellspacing="0" border="0" style="height:100%" role="presentation">
<tr style="height:90%" valign="top">
<td>
<div id="mainBox">
<table id="headerBox" cellpadding="0" cellspacing="0" border="0" role="presentation">
<tr>
<td id="headerLinkBox" rowspan="2" role="banner">
<a class="masterHomeLink" href="home.aspx" onclick="propogateBasketState('home.aspx')"><div id="masterFormTitle" class="masterBodyTitle headerNavLink"><span id="ctl00_textTitleMaster">Microsoft<span class="titleTrademark">®</span>Update Catalog</span></div></a>
<a href="Faq.aspx" id="faqNavLink" onclick="propogateBasketState('Faq.aspx')" class="headerNavLink"><span id="ctl00_faqResource">FAQ</span></a>|<a href="Support.aspx" id="helpNavLink" onclick="propogateBasketState('Support.aspx')" class="headerNavLink"><span id="ctl00_helpResource">help</span></a>
</td>
<td align="right" valign="bottom" id="rightTopHeaderBox" role="search">
<table align="right" cellpadding="0" cellspacing="0" border="0" id="searchBox" role="presentation">
<tr>
<td id="searchGlowTopBox" colspan="4"><img id="searchGlowPart1" src="Images/bg_SearchGlow_part1.gif" alt="" /><img id="searchGlowPart3" src="Images/bg_SearchGlow_part3.gif" alt="" /></td>
</tr>
<tr>
<td id="searchGlowPart8bBox"><img src="Images/bg_SearchGlow_part8b.gif" id="ctl00_searchGlowPart8b" alt="" /></td>
<td rowspan="2" id="searchTextboxBox"><input name="ctl00$searchTextBox" type="text" id="ctl00_searchTextBox" aria-labelledby="searchBox" class="searchTextBox" maxlength="100" value="https://ketoprobiotix-it.com/-Compra-Keto-Probiotix-ahora-y-únete-a-los-muchos-clientes-satisfechos" /></td>
<td rowspan="2" id="searchButtonBox">
<input id="searchButtonLink" class="transparentButtonWithNoBorder" type="button" value='Search' />
</td>
<td id="searchGlowPart4aBox"><img src="Images/bg_SearchGlow_part4a.gif" id="ctl00_searchGlowPart4a" alt="" /></td>
</tr>
<tr>
<td id="searchGlowPart8aBox"><img src="Images/bg_SearchGlow_part8a.gif" id="ctl00_searchGlowPart8a" alt="" /></td>
<td id="searchGlowPart4bBox"><img src="Images/bg_SearchGlow_part4b.gif" id="ctl00_searchGlowPart4b" alt="" /></td>
</tr>
<tr>
<td id="searchGlowBottomBox" colspan="4"><img id="searchGlowPart7" src="Images/bg_SearchGlow_part7.gif" alt="" /><img id="searchGlowPart5" src="Images/bg_SearchGlow_part5.gif" alt="" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="right" valign="bottom" id="rightBottomHeaderBox">
<table align="right" cellpadding="0" cellspacing="0" border="0" id="headerStatusBox" role="presentation">
<tr style="display: none">
<td id="basketBox"><a id="basketControl" href="javascript:void(0);" class="basketControlInActive">view basket (<span id="headerBasketCount">0</span>)</a></td>
<td id="basketImage"><a id="basketImageSpan" href="javascript:void(0);" class="basketControlInActive" ><img src="Images/decor_Basket.jpg" border="0" alt="" /></a></td>
</tr>
</table>
</td>
</tr>
</table>
<div id="contentBox" role="main">
<script type="text/javascript">
function checkOSVersion()
{
return true;
}
function checkValidBrowserOnWin10Plus()
{
return true;
}
function getRedirectURLAfterControlInstallation(currentURL)
{
var redirectURL=null;
var location = window.location.href.toLowerCase();
if (location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageSearch.toLowerCase()) != -1 ||
location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageScopedView.toLowerCase()) != -1 ||
location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageScopedViewRedirect.toLowerCase()) != -1 ||
location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageHome.toLowerCase()) != -1 ||
location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageViewBasket.toLowerCase()) != -1 ||
location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageDownloadInformation.toLowerCase()) != -1)
{
redirectURL = Microsoft.UpdateServices.Catalog.Constants.PageInstall;
if (location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageViewBasket.toLowerCase())==-1 &&
location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageDownloadInformation.toLowerCase())== -1) {
if (window.location.search) {
redirectURL += window.location.search;
redirectURL += '&' + Microsoft.UpdateServices.Catalog.Constants.QueryStringReferringPage + '=' + 'Search.aspx';
} else {
redirectURL+= '?' + Microsoft.UpdateServices.Catalog.Constants.QueryStringReferringPage + '=' + 'Search.aspx';
}
}
} else {
redirectURL = Microsoft.UpdateServices.Catalog.Constants.PageThanks +'?id='+Microsoft.UpdateServices.Catalog.Constants.ThanksControlNotInstalled;
}
return(redirectURL);
}
function checkActiveX()
{
var activeXEnabled=true;
try
{
var xmlDOM = new ActiveXObject('Msxml2.XMLHTTP');
}
catch(e)
{
activeXEnabled=false;
}
return activeXEnabled;
}
function checkCPU()
{
var validCPU=false;
var cpuClass = navigator.cpuClass.toLowerCase();
if(Microsoft.UpdateServices.Catalog.Constants.x86 == cpuClass || Microsoft.UpdateServices.Catalog.Constants.x64 ==cpuClass)
{
validCPU=true;
}
return validCPU;
}
function checkControlInstalled()
{
return true;
}
function checkUserDataAccess()
{
var checkPassed=true;
try
{
var storageElement = document.createElement("input");
storageElement.type = "hidden";
storageElement.style.behavior = "url(#default#userData)";
storageElement.setAttribute('name','1');
document.body.appendChild(storageElement);
storageElement.save('StorageKey');
}
catch(e)
{
checkPassed=false;
}
return checkPassed;
}
function detectRedirectionCycle()
{
var redirectionCycle=true;
if(window.location.href.indexOf('Thanks.aspx') == -1)
{
redirectionCycle=false;
}
return(redirectionCycle);
}
function makePageVisible(){
var elt = document.getElementById("outerDivID");
if (elt)
{
elt.style.display = "block";
}
var bodyElt=document.getElementsByTagName("body")[0];
if(bodyElt)
{
bodyElt.className="mainBody";
}
}
function clientPrereqChecks()
{
var osVersionCheckPassed=false;
var validBrowserOnWin10PlusCheckPassed=false;
var cpuCheckPassed=false;
var userDataCheckPassed=false;
var activeXCheckPassed=false;
var controlInstalledCheckPassed=false;
osVersionCheckPassed=checkOSVersion();
if(osVersionCheckPassed) {
validBrowserOnWin10PlusCheckPassed=checkValidBrowserOnWin10Plus();
}
if(validBrowserOnWin10PlusCheckPassed)
{
cpuCheckPassed=checkCPU();
}
if(cpuCheckPassed)
{
userDataCheckPassed=checkUserDataAccess();
}
if(userDataCheckPassed)
{
activeXCheckPassed=checkActiveX();
}
if(activeXCheckPassed)
{
controlInstalledCheckPassed=checkControlInstalled();
}
var checksPassed=osVersionCheckPassed && validBrowserOnWin10PlusCheckPassed && userDataCheckPassed && cpuCheckPassed && controlInstalledCheckPassed && activeXCheckPassed;
var canRedirect=!checksPassed && !detectRedirectionCycle();
if(canRedirect)
{
if(!osVersionCheckPassed)
{
window.location.href = 'Thanks.aspx' + '?id=' + Microsoft.UpdateServices.Catalog.Constants.ThanksUnsupportedOs;
}
else if(!validBrowserOnWin10PlusCheckPassed)
{
window.location.href = 'Thanks.aspx' + '?id=' + Microsoft.UpdateServices.Catalog.Constants.ThanksUnsupportedBrowser;
}
else if(!cpuCheckPassed)
{
window.location.href = 'Thanks.aspx' + '?id=' + Microsoft.UpdateServices.Catalog.Constants.ThanksUnsupportedCPU;
}
else if(!userDataCheckPassed)
{
window.location.href = 'Thanks.aspx' + '?id=' + Microsoft.UpdateServices.Catalog.Constants.ThanksUserDataDisabled;
}
else if(!activeXCheckPassed)
{
window.location.href = 'Thanks.aspx' + '?id=' + Microsoft.UpdateServices.Catalog.Constants.ThanksNoActiveX;
}
else if(!controlInstalledCheckPassed)
{
window.location.href = getRedirectURLAfterControlInstallation(window.location.href);
}
}
else
{
makePageVisible();
}
return checksPassed;
}
</script>
<link rel="stylesheet" type="text/css" href="Style/Search.css" />
<link rel="stylesheet" type="text/css" href="Style/CommonStyle.css" />
<script type="text/javascript" language="javascript">
var internetExplorer = false;
var searchComponent;
///<summary>
/// This function is called automatically by ASP.NET AJAX framework when the page finishes loading
///</summary>
function pageLoad() {
var clientChecksPassed = false;
if (internetExplorer) {
clientChecksPassed = clientPrereqChecks();
} else {
makePageVisible();
clientChecksPassed = true;
}
if (clientChecksPassed == false) {
return;
}
if (internetExplorer) {
var clientValidator = new Microsoft.UpdateServices.Catalog.UI.ClientValidator($get('MuCatWebCtl'));
if ($get('MuCatWebCtl').object != null) {
if (!clientValidator.checkWsusAPI($get('sku').value))
return;
}
}
// Get the MasterPageContext object
var masterPageContext = createMasterPageComponents(true);
if (masterPageContext == null) {
return;
}
var updateDiv = $get('tableContainer');
// Attach onclick events to all the buttons in the data grid.
// The event handler for add all/remove all is different from the
// remaining buttons.
var inputElments = updateDiv.getElementsByTagName("input");
var addRemoveButtons = new Array();
var sizeElements = new Array();
var elemtCount = 0;
for (i = 0; i < inputElments.length; i++) {
if (inputElments[i].id == "allButton" || inputElments[i].type != "button") {
continue;
}
addRemoveButtons.push(inputElments[i]);
sizeElements[elemtCount] = new Object();
sizeElements[elemtCount].pageElement = $get(inputElments[i].id + "_Size");
sizeElements[elemtCount++].originalSize = $get(inputElments[i].id + "_originalSize").innerText;
attachEventToInput(inputElments[i], masterPageContext);
}
var headerButtons = updateDiv.querySelectorAll("th a");
for (headerButton of headerButtons) {
attachSortEvent(headerButton);
}
var allButton = null;
if (internetExplorer) {
allButton = $get('allButton');
if (typeof (allButton) != typeof (Microsoft.UpdateServices.Catalog.Constants.UndefinedValue) && allButton != null) {
allButton.attachEvent('onclick', function () { searchComponent.allBasket(); });
}
}
$addHandler(window, "focus", function () { searchComponent.initialize(); });
searchComponent = new Microsoft.UpdateServices.Catalog.UI.Search(updateDiv,
addRemoveButtons,
allButton,
addButtonText.innerText,
addAllButtonText.innerText,
removeButtonText.innerText,
removeAllButtonText.innerText,
sizeElements,
internetExplorer);
function updateSortOrderImage() {
var updateDiv = $get('tableContainer');
if (updateDiv) {
let url = new URL(window.location.href);
let sortCol = url.searchParams.get(SORT_COLUMN);
if (sortCol) {
let sortDir = url.searchParams.get(SORT_DIR) || "";
let headerButtons = updateDiv.querySelectorAll("th a");
if (headerButtons && headerButtons.length > 0) {
let currentSortCol = headerButtons.entries().find(function (item) {
return item[1].dataset.commandname.toLowerCase() === sortCol.toLowerCase();
});
currentSortCol[1].lastElementChild.src = `Images/button_Sort${sortDir.toLowerCase() === "asc" ? "Ascending" : "Descending"}Arrow.gif`;
}
}
}
}
updateSortOrderImage();
}
///<summary>
/// Attaches an event handler to an input element
///</summary>
function attachEventToInput(inputElement, masterContext) {
// If in IE, then the update will be added to the basket, otherwise the download dialog will be opened.
if (internetExplorer) {
inputElement.attachEvent('onclick', function () {
var sizeElement = $get(inputElement.id + "_size");
var originalSize = $get(inputElement.id + "_originalSize").innerText;
searchComponent.manageBasket(inputElement, inputElement.id, "true", sizeElement, originalSize);
});
} else {
$addHandler(inputElement, "click", function () {
var updates = inputElement.id;
var serializedUpdatesList = Sys.Serialization.JavaScriptSerializer.serialize([new Microsoft.UpdateServices.Catalog.Update(updates)]);
masterContext.get_basketForm().updateIDs.value = serializedUpdatesList;
masterContext.get_basketForm().sku.value = Microsoft.UpdateServices.Catalog.Constants.EmptyString;
var qs = new Microsoft.UpdateServices.Catalog.QueryString(window.location.search);
var downloadDialog = window.open(Microsoft.UpdateServices.Catalog.Constants.PageDownloadDialog + qs.appendErrorsQS(), Microsoft.UpdateServices.Catalog.Constants.EmptyString, 'height=460,width=640,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=1 ');
});
}
}
var titleHeaderButton = $get('titleHeaderLink');
function changeSortDir(currentDir) {
if (currentDir === "asc") {
return "desc";
}
return "asc";
}
const SORT_COLUMN = Microsoft.UpdateServices.Catalog.Constants.QueryStringSortColumn;
const SORT_DIR = Microsoft.UpdateServices.Catalog.Constants.QueryStringSortDirection;
const PAGE_INDEX = Microsoft.UpdateServices.Catalog.Constants.QueryStringPageIndex;
///<summary>
///Attaches sort event to target column header. Make sure the header has data-columnName attribute.
///</summary>
function attachSortEvent(target) {
if (target) {
$addHandler(target, "click", function (e) {
e.preventDefault();
var url = new URL(window.location.href);
var alreadySorted = url.searchParams.get(SORT_COLUMN);
var currentSortDir = url.searchParams.get(SORT_DIR);
var sortDir = alreadySorted ? changeSortDir(currentSortDir) : "asc";
var sortColumn = target.dataset.commandname;
url.searchParams.set(SORT_COLUMN, sortColumn);
url.searchParams.set(SORT_DIR, sortDir);
location.assign(url.search);
return false;
});
}
}
function detailsHandler(updateID)
{
var inputElement = $get(updateID);
if(inputElement != null)
{
var sizeElement = $get(updateID + "_size");
var originalSize = $get(updateID + "_originalSize").innerText;
searchComponent.manageBasket(inputElement, updateID, "false",sizeElement,originalSize);
}
setBasketCount();
}
/**
* Below function are related to page change events handling
*/
function getTotalPages() {
let div = document.getElementById('numberOfUpdates');
if (div) {
let labels = div.getElementsByTagName('span');
if (labels && labels.length > 1) {
let updatesText = labels[1].innerText;
if (updatesText && updatesText.length > 0) {
let spaceLastIndex = updatesText.lastIndexOf(" ");
let pageCountStr = updatesText.substring(spaceLastIndex + 1, updatesText.length - 1);
pageCountStr = pageCountStr || "0";
return parseInt(pageCountStr);
}
}
}
return 0;
}
let pageCount = getTotalPages();
function handlePageChange(e) {
let target = e.target || e;
if (target) {
let pageChangeType = target.dataset.commandname;
if (pageChangeType) {
pageChangeType = pageChangeType.toLowerCase();
var url = new URL(window.location.href);
var currentPageIndexString = url.searchParams.get(PAGE_INDEX);
var pageIndex = 0;
if (currentPageIndexString && !isNaN(currentPageIndexString)) {
var currentPageIndex = parseInt(currentPageIndexString);
if (currentPageIndex >= 0)
pageIndex = currentPageIndex;
}
if (pageCount == 0) {
pageCount = getTotalPages();
}
if (pageChangeType === "next" && pageIndex < pageCount) {
pageIndex++;
}
if (pageChangeType === "prev" && pageIndex > 0) {
pageIndex--;
}
url.searchParams.set(PAGE_INDEX, pageIndex);
location.assign(url.search);
return false;
} else {
throw Error("No data-commandName attribute found for paging button.");
}
}
}
function bindPageChangeEvents() {
var contentSection = $get('contentSection');
var navLinksTd = contentSection.querySelector('table.resultsNavigation td.textAlignRight');
var links = navLinksTd.querySelectorAll('a');
var pagingButtons = navLinksTd.querySelectorAll('a, input[type="image"]');
for (var btn of pagingButtons) {
$addHandler(btn, "click", handlePageChange);
}
}
</script>
<div id="contentSection">
<div class="textSubHeadingColor textBold" id="searchSubHeading">
<table id="ctl00_catalogBody_ResultsHeaderTable" role="presentation">
<tr>
<td>
<span id="ctl00_catalogBody_noResultText">We did not find any results for </span>
<span id="ctl00_catalogBody_searchString">"https://ketoprobiotix-it.com/-Compra-Keto-Probiotix-ahora-y-únete-a-los-muchos-clientes-satisfechos"</span>
</td>
</tr>
</table>
</div>
</div>
<div id="ctl00_catalogBody_noResults" class="noResultsSpacing">
<span>Search tips:</span>
<div class="listUnOrdered">
<span class="listItem">Check the spelling of your search terms</span>
<span class="listItem">Try rephrasing or broadening your search</span>
<span class="listItem">Try using different keywords</span>
</div>
</div>
<div id="tableContainer" class="resultsBackGround">
</div>
<div id="detailsPopup" class="poupInfoDiv">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<img src="Images/decor_BigInformation.gif" />
</td>
<td class="poupInfoText">
<span id="ctl00_catalogBody_textDetailsPopupBlocked">If you have a pop-up blocker enabled, the Update Details window might not open. To open the Update Details window, configure your pop-blocker to allow pop-ups for this Web site.</span>
</td>
</tr>
<tr>
<td colspan="2" valign="bottom" class="textAlignRight">
<input type="button" onclick="detailsPopup.style.display='none';" class="flatBlueButton cancelButton "
id="closeButton" value='Close' />
</td>
</tr>
</table>
</div>
<span id="addButtonText" class="notVisible">Add</span>
<span id="addAllButtonText" class="notVisible">Add All</span>
<span id="removeButtonText" class="notVisible">Remove</span>
<span id="removeAllButtonText" class="notVisible">Remove All</span>
</div>
</div>
</td>
</tr>
<tr>
<td id="minWidthCell">
<img src="Images/spacer.gif" alt="" class="browserWidthSpacer" />
</td>
</tr>
<tr>
<td>
<div id="footerBox" role="contentinfo">
<div id="innerFooterBox">
<span id="copyrightText">©
2025
<span id="ctl00_textCopyrightFooter">Microsoft Corporation. All Rights Reserved.</span><span class="footerDivider">|</span><a href="https://go.microsoft.com/fwlink/?LinkId=521839" id="privacyLinkBox" class="footerLink" ><span id="ctl00_privacyResource">privacy</span></a><span class="footerDivider">|</span><a href="https://go.microsoft.com/fwlink/?linkid=2259814" id="He" class="footerLink" target="health"><span id="ctl00_ConsumerHealthPrivacyResource">Consumer Health Privacy</span> </a><span class="footerDivider">|</span><a href="https://go.microsoft.com/fwlink/?linkid=9482" id="legalLinkBox" class="footerLink" target="legal"><span id="ctl00_legalResource">terms of use</span></a><span class="footerDivider">|</span><a href="Support.aspx" id="supportLinkBox" onclick="propogateBasketState('Support.aspx')" class="footerLink"><span id="ctl00_supportResource">help</span></a>
<span class="footerDivider">|</span><a href="https://www.microsoft.com/fr-fr/accessibility/accessibility-statement" id="supportLinkBoxFrench"
class="footerLink"><span id="ctl00_Resource1">Accessibilité</span>
</a>
</div>
</div>
</td>
</tr>
</table>
</div>
<input type="hidden" id="updateIDs" name="updateIDs" />
<input type="hidden" id="contentImport" name="contentImport" value=""/>
<input type="hidden" id="sku" name="sku" value="" />
<input type="hidden" id="serverName" name="serverName" value=""/>
<input type="hidden" id="ssl" name="ssl" value=""/>
<input type="hidden" id="portNumber" name="portNumber" value=""/>
<input type="hidden" id="version" name="version" value=""/>
<input type="hidden" id="protocol" name="protocol" value=""/>
</form>
</div>
</body>
</html>
# |
Url |
Url |
Source |
Date |
1 |
https://www.catalog.update.microso… |
|
2025-02-13 06:26:25 |
2 |
https://thebolditalic.com/?gi=09ed… |
|
2025-02-13 06:26:24 |
3 |
https://thebolditalic.com/?gi=5fb8… |
|
2025-02-13 06:26:23 |
4 |
https://thebolditalic.com/?gi=47f1… |
|
2025-02-13 06:26:19 |
5 |
https://filedn.eu/lXvDNJGJo3S0aUrN… |
|
2025-02-13 06:26:16 |
6 |
https://thebolditalic.com/?gi=af05… |
|
2025-02-13 06:26:15 |
7 |
https://thebolditalic.com/?gi=c345… |
|
2025-02-13 06:26:14 |
8 |
https://thebolditalic.com/?gi=90b2… |
|
2025-02-13 06:26:12 |
9 |
https://dailygummycbd.com/en-au/be… |
|
2025-02-13 06:26:09 |
10 |
https://thebolditalic.com/?gi=6dff… |
|
2025-02-13 06:25:59 |
11 |
https://accounting019.netlify.app/… |
|
2025-02-13 06:25:57 |
12 |
https://prismaticosastronomicos.co… |
|
2025-02-13 06:25:57 |
13 |
https://cbdgummiessupport.org/en-a… |
|
2025-02-13 06:25:57 |
14 |
https://liferadiovi.org/en-us/harm… |
|
2025-02-13 06:25:56 |
15 |
https://thebolditalic.com/?gi=b54d… |
|
2025-02-13 06:25:55 |
16 |
https://www.spgrrok.catholic.edu.a… |
|
2025-02-13 06:25:52 |
17 |
https://thebolditalic.com/?gi=02cf… |
|
2025-02-13 06:25:51 |
18 |
https://thebolditalic.com/?gi=1cd2… |
|
2025-02-13 06:25:49 |
19 |
https://agoiare.dlbookit.se/(S(c4k… |
|
2025-02-13 06:25:48 |
20 |
https://filedn.eu/l46Ju9IQhhQ84ifW… |
|
2025-02-13 06:25:48 |