You are on page 1of 13

<div id="dpi" style="height: 1in; width: 1in; left: 100%;

position: fixed; top: 100%;"></div>


<script type="text/javascript">
function setDeviceData()
{
var dpi_x = document.getElementById('dpi').offsetWidth;
var dpi_y = document.getElementById('dpi').offsetHeight;
var width = screen.width / dpi_x;
var height = screen.height / dpi_y;
docCookies.setItem('device_data', width + '-' + height + '-' +
window.devicePixelRatio , Infinity);
location.reload();
}
//function checkDeviceSize()
//{
// if( parseInt(deviceWidth) < 768 && parseInt(deviceHeight) < 1024 )
// {
// isSmallDevice = true;
// if( isSmallDevice )
// {
// docCookies.setItem('device_size', 'small', Infinity);
// docCookies.setItem('device_width', deviceWidth, Infinity);
// docCookies.setItem('device_height', deviceHeight, Infinity);
// }
// }else{
// isBigDevice = true;
// if( isBigDevice )
// {
// docCookies.setItem('device_size', 'big', Infinity);
// docCookies.setItem('device_width', deviceWidth, Infinity);
// docCookies.setItem('device_height', deviceHeight, Infinity);
// }
// }
// //alert(docCookies.getItem('device_size'));
//}

//var nvUA = navigator.userAgent.toLowerCase();


//var deviceWidth = screen.width;
//var deviceHeight = screen.height;
//var isSmallDevice = false;
//var isBigDevice = false;
/*For set,get,remove cookie*/
var docCookies = {
getItem: function(sKey) {
return decodeURIComponent(document.cookie.replace(new
RegExp("(?:(?:^|.*;)\\s*" + encodeURIComponent(sKey).replace(/[\-\.\+\*]/g, "\\$&")
+ "\\s*\\=\\s*([^;]*).*$)|^.*$"), "$1")) || null;
},
setItem: function(sKey, sValue, vEnd, sPath, sDomain, bSecure) {
if (!sKey ||
/^(?:expires|max\-age|path|domain|secure)$/i.test(sKey)) {
return false;
}
var sExpires = "";
if (vEnd) {
switch (vEnd.constructor) {
case Number:
sExpires = vEnd === Infinity ? "; expires=Fri, 31
Dec 9999 23:59:59 GMT" : "; max-age=" + vEnd;
break;
case String:
sExpires = "; expires=" + vEnd;
break;
case Date:
sExpires = "; expires=" + vEnd.toUTCString();
break;
}
}
document.cookie = encodeURIComponent(sKey) + "=" +
encodeURIComponent(sValue) + sExpires + (sDomain ? "; domain=" + sDomain : "") +
(sPath ? "; path=" + sPath : "") + (bSecure ? "; secure" : "");
return true;
},
removeItem: function(sKey, sPath, sDomain) {
if (!sKey || !this.hasItem(sKey)) {
return false;
}
document.cookie = encodeURIComponent(sKey) + "=; expires=Thu,
01 Jan 1970 00:00:00 GMT" + (sDomain ? "; domain=" + sDomain : "") + (sPath ? ";
path=" + sPath : "");
return true;
},
hasItem: function(sKey) {
return (new RegExp("(?:^|;\\s*)" +
encodeURIComponent(sKey).replace(/[\-\.\+\*]/g, "\\$&") + "\\s*\\
=")).test(document.cookie);
}
};
/*end*/
if (!docCookies.hasItem('device_data'))
setDeviceData();
//if( !(docCookies.hasItem('device_size') &&
docCookies.hasItem('device_width') && docCookies.hasItem('device_height')) )
//{
// checkDeviceSize();
//}

</script>

<!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">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!--[if IE]>
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<![endif]-->
<title>ebookmedico</title>
<link rel="icon" href="https://www.ebookmedico.com/2.0/favicon.ico"
type="image/x-icon" />
<link rel="shortcut icon" href="https://www.ebookmedico.com/2.0/favicon.ico"
type="image/x-icon" />
<link type="text/css" rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" />
<link type="text/css" rel="stylesheet" href='https://fonts.googleapis.com/css?
family=Open+Sans' />
<link type="text/css" rel="stylesheet" href='https://fonts.googleapis.com/css?
family=PT+Sans' />

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-


scalable=0, minimum-scale=1.0, maximum-scale=1.0">

<meta name="title" content=", ebookmedico" />


<link rel="image_src" href="" / >

<meta name="description" content="ebookmedico, Plataforma Cloud Alfaomega


Biblioteca. Proveer productos, servicios y sistemas que contengan información y
actualización médico científica a nuestros clientes." />
<meta name="keywords" content="ebookmedico, " />
<meta name="distribution" content="global" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css"
href="/2.0/themes/fluid/public/css_js/8d365a45e2cb8b2c14a6a938a9445d6e.css" />

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function()
{ (i[r].q=i[r].q||[]).push(arguments)}

,i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-49590282-1', 'auto');


ga('send', 'pageview');

</script>

</head>
<body>
<script>
var prodPrinting = "OFF";
var userId = "";
var sessId = "a52qplu7b54u0395tq40g7jge2";
</script>
<!-- GLOBAL WRAPPER STARTS -->
<div class="loader"></div>
<div class="bodyWrapper">
<div class="pageWrapper">
<div class="header-container">

<div class="quick-link-Section">
<ul>
<li>
<a class="" href="/staticcms/support"
title="Soporte">
Soporte </a>
</li>

<li>
<a class="" href="/catalog/show/all"
title="Catálogo">
Catálogo </a>
</li>

<li>
<a
href="https://www.ebookmedico.com/login" >Validar código de acceso</a>
</li>
</ul>
</div>
<script type="text/javascript">
window.onload = function() {
$('.overlay-content').hide();
$('.overlay-content1 > p#rInvalid').add($('.overlay-content1 >
p#rEmpty')).hide();
window.countReg=0;
};
function purchase_func(redeemCode){
var abc ;
$.ajax({
type: 'POST',
url: '/purchaseaccess',
data: {"pincode":redeemCode},
cache: false,
async :false,
success: function(data){
abc = parseInt(data);
},
error: function(error){
return false;
}
});
return abc;
}
function validateFormRedeem() {
var redeemCode = document.forms["redeemCode"]["pincode"].value;
var red = typeof(document.forms["redeemPincode"]);
if(red != 'undefined'){
if(document.forms["redeemPincode"]["pincode"].value.length > 0){
redeemCode = document.forms["redeemPincode"]["pincode"].value;
}
}
if (redeemCode == null || redeemCode == "") {
alert(lang['ipc_fluid_access_code_empty']);
return false;
}
else{
let x = purchase_func(redeemCode);
if((redeemCode.substr(0,7) != "MH31UDE")){
if(x==1){
return true;
}
return true;
}
$('.overlay-content').hide();
if(document.getElementById('register_name1').value){
return true;
}
pincode_func(redeemCode);
}
return false;
}
function pincode_func(redeemCode){
$.ajax({
type: 'POST',
url: '/redeemaccess',
data: {"pincode":redeemCode},
cache: false,
success: function(data){
let x = parseInt(data);
if(x == 1){
register_func(redeemCode);
}
else{
$('.overlay-content').show();
$('.close-btn').click(function(){
$('.close-btn').data('REQ') && $('.close-
btn').data('REQ').abort();
$('.overlay-content').hide();
});
return false;
}
},
error: function(error){
return false;
}
});
}
function cancel(){
$('.overlay-content2').hide();
}
function register_func(redeemCode){
if(countReg < 5) {
$('.overlay-content1 p').hide();
$('.overlay-content2').show();
$(document).on('click','.close-btn2',function(){
$('.close-btn2').data('REQ') && $('.close-btn2').data('REQ').abort();
var name = $('#register_name').val();
$('.overlay-content2').hide();
var red = typeof(document.forms["redeemPincode"]);
if(red != 'undefined'){
if(document.forms["redeemPincode"]["register_name"].value.length > 0){
name = document.forms["redeemPincode"]["register_name"].value;
}
}
if(name != undefined){
$.ajax({
type: 'POST',
url: '/redeemaccess',
data: {"register_name":name},
success: function(data){
let x = parseInt(data);
if(x == 1){
$('#register_name1').val(name);
document.forms["redeemCode"]["pincode"].value = redeemCode;
if(redeemCode!= undefined){
$('form[name=redeemCode]').submit();
}
}
else{
if(name == "" && x == 0){
$('.overlay-content1 p:nth-child(2)').show();
}
else{
$('.overlay-content1 p:first-child').show();
}
$('.overlay-content1').show();
$('.close-btn1').unbind().click(function(){
countReg++;
console.log(countReg);
$('.close-btn1').data('REQ') && $('.close-
btn1').data('REQ').abort();
$('.overlay-content1').hide();
setTimeout(function(){$('#register_name').val(
'');register_func();}, 1100);
});
return false;
}
},
error: function(error){
return false;
}
});
}
});
}else{
$('.overlay-content1').hide();
$('.overlay-content4').show();
$('button.close-btn4').on('click', function(){
$('.overlay-content4').hide();
countReg=0;
});
}
}
</script>
<div class="overlay-content popup1" style="display: none">
<p>Invalid Access Code</p>
<button class="close-btn" >OK</button>
</div>
<div class="overlay-content1 popup1" style="display: none">
<p id="rInvalid">The older MH CD-ROM registration number you entered for your
MH31 Digital Edition UPGRADE is not valid. Please recheck the number you have and
try re-entering it.</p>
<p id="rEmpty">Empty Registration Code, Please Enter!</p>
<button class="close-btn1" >OK</button>
</div>
<div class="overlay-content2 popup1" style="display: none">
<p>This is an upgrade digital product. To purchase and use this Machinery’s
Handbook 31 Digital Edition Upgrade, you must have either:
<div class="list_content"><li>
A) an active subscription on this Industrial Press eBookStore site to either the
Machinery’s Handbook (MH) 29th or 30th edition eBook</li>
or
<li>B) a prior CD-ROM, with a valid registration number, for a previous edition of
the Machinery’s Handbook.</li></div>
<div class="list_content02">
<li>Our system shows that you do not have an active MH29 or MH30 eBook
subscription.</li>
<li>If you have a previous MH CD-ROM, please enter your registration number [below]
in order to purchase this Upgrade version: </li></div> <input type="text"
id="register_name" name="register_name"></p>
<button class="close-btn2" >OK</button>
<button class="close-cancel" onclick="cancel()">Cancel</button>
<a href="/product/metalworking">
<p class="handbook"><span class="handbookspan">Click here</span></a>for the full
(non-upgrade) version of the Machinery’s Handbook 31 Digital Edition.</p>
</div>
<div class="overlay-content4 popup1" style="display: none">
<p>The previous edition MH CD-ROM registration number is not validating as
entered. You have tried to enter it too many times.
Please write to industrialpress@ipublishcentral.com with the registration number
and details of the problem you are having.</p>
<button class="close-btn4" >OK</button>
</div>
<div id="ipc-logo">
<div class="logo-section">
<a href="/" title="">
<img src="/2.0/themes/fluid/public/images/ipc_logo.gif" title=""
alt=""/>
</a>
</div>
</div>
<input type="hidden" name="fetchlogintoken" value="{_<echo_token-
FETCHLOGINTOKEN>_}" />
<script type="text/javascript">
var site_image_path = "/2.0/themes/fluid/public/images/" ;
</script>
<div class="user-details" id="ebookmessage">
<a href="#"
alt="Ver cesta" title="Ver cesta"><img type="button" value="Cart" id="viewcart"
src="https://www.ebookmedico.com/2.0/themes/fluid/public/images/icon_cart.png"
align="bottom"/></a><span class="cart-items-count">0</span>
<div id="loginBox" style="display:none;" class="popover txt-l" data-width="500"
data-arrow="up">
<div class="arrow-up">&nbsp:</div>
<a href="#" id="close" class="close">&nbsp;</a>
<div class="signinBox">
</div>
<div>
</div>
</div>
</div>
<div id="ipc-header-src-block" class="searchbox-section">
<form name="simple_search" id="recentsearch"
action="/searchresults" >

<input type="text" name="option" id="option"


value='catalog' style="_width:90px;display:none;" />

<input type="text" class="search-text"


autocomplete="off" maxlength="64" accesskey="s" name="keyword"
value="Buscar título en el catálogo" id="search"
onclick="if(document.getElementById('search').value == 'Buscar título en el
catálogo'){ document.getElementById('search').value = '' }"
onblur="if(document.getElementById('search').value == '')
{ document.getElementById('search').value = 'Buscar título en el catálogo'; } " />
<input type="hidden" name="tokenvalue" value="" />
<a href="#" class="adv-search-arrow adv-
search-popup" id ='advsearch'><img src="/2.0/themes/fluid/public/images//arrow-
down.png" title="Búsqueda avanzada" /></a>
<input type="submit" value="Ir" id="go"
class="btn-primary"/>
<input type='hidden' id="type" name='type' value='quick'/>
<br/><span class="autocomplete" id="acd" ></span>
</form>
</div>
<div class="advanced-search-form" id
="adsearch">
<form name="advanced_search" id="form1"
action="/searchresults">
<div class="width-50 float-l">
<label for="keyword_input" class="label">Palabras
Claves</label>
<input type="text" name="keyword" autocomplete="off"
id="advsearch" value="" />
<input type="hidden" name="tokenvalue" value="" />
<div class="txt-hint">introduzca AND, OR, NOT para restringir
los resultados de la búsqueda</div>
<label for="phase_match">
<input type="checkbox" name="match_case"
value="true" data-label="checkbox" id="phase_match" class="checkbox"
checked>Coincidencia de frase </label>
<label class="label">Buscar
en</label>
<label for="product_search"
class="radio">
<input type="radio" name="option"
id="product_search" value="catalog" checked>Catálogo
</label>
<label
for="content_search" class="radio">

<input type="radio" name="option" id="content_search"


value="content">Contenido </label>

<label for="title_input" class="label">Título</label>


<input type="text" name="title" data-label="email
field" value="" id="title_input">
<input type="hidden" name="tokenvalue" value="" />
<label for="author_input" class="label">Autor</label>
<input type="text" name="author" data-label="email
field" value="" id="author_input">
<input type="hidden" name="tokenvalue" value="" />
<label for="isbn_input" class="label">ISBN </label>
<input type="text" name="isbn" data-label="isbn field" value=""
id="isbn_input">
<input type="hidden" name="tokenvalue" value="" />
</div>
<div class="width-49 float-r">
<label
class="label">Categoría</label>
<select name="cat" id="cat">
<option value=''>Categoría</option>
<option value="*Salas de
Lectura">*Salas de Lectura</option>
<option value="Administración en
Salud">Administración en Salud</option>
<option
value="Anestesia">Anestesia</option>
<option value="Atención
Prehospitalaria">Atención Prehospitalaria</option>
<option
value="Cardiología">Cardiología</option>
<option value="Cardiología
Pediátrica">Cardiología Pediátrica</option>
<option
value="Cirugía">Cirugía</option>
<option value="Cirugía de
Mano">Cirugía de Mano</option>
<option value="Cirugía
Plástica">Cirugía Plástica</option>
<option value="Cuidados
Intensivos">Cuidados Intensivos</option>
<option value="Cuidados Intensivos
Pediátricos">Cuidados Intensivos Pediátricos</option>
<option
value="Dermatología">Dermatología</option>
<option
value="Emergencias">Emergencias</option>
<option
value="Endocrinología">Endocrinología</option>
<option
value="Enfermería">Enfermería</option>
<option
value="Epidemiología">Epidemiología</option>
<option
value="Farmacología">Farmacología</option>
<option
value="Fisiología">Fisiología</option>
<option
value="Fisioterapia">Fisioterapia</option>
<option
value="Fonoaudiología">Fonoaudiología</option>
<option
value="Gastroenterología">Gastroenterología</option>
<option value="Ginecología y
Obstetricia">Ginecología y Obstetricia</option>
<option
value="Hematología">Hematología</option>
<option value="Imagenología
(Radiología)">Imagenología (Radiología)</option>
<option
value="Infectología">Infectología</option>
<option
value="Inmunología">Inmunología</option>
<option value="Literatura
Médica">Literatura Médica</option>
<option value="Medicina Basada en
la Evidencia">Medicina Basada en la Evidencia</option>
<option value="Medicina
Deportiva">Medicina Deportiva</option>
<option value="Medicina
Familiar">Medicina Familiar</option>
<option value="Medicina
General">Medicina General</option>
<option value="Medicina
Interna">Medicina Interna</option>
<option
value="Neonatología">Neonatología</option>
<option
value="Neumología">Neumología</option>
<option
value="Neurocirugía">Neurocirugía</option>
<option
value="Neurología">Neurología</option>
<option
value="Novedades">Novedades</option>
<option
value="Nutrición">Nutrición</option>
<option
value="Obstetricia">Obstetricia</option>
<option value="Odontología
General">Odontología General</option>
<option
value="Oftalmología">Oftalmología</option>
<option
value="Oncología">Oncología</option>
<option
value="Ortopedia">Ortopedia</option>
<option
value="Parasitología">Parasitología</option>
<option
value="Patología">Patología</option>
<option
value="Pediatría">Pediatría</option>
<option
value="Psiquiatría">Psiquiatría</option>
<option
value="Recomendados">Recomendados</option>
<option value="Revistas de Cuidado
Intensivo">Revistas de Cuidado Intensivo</option>
<option value="Salud Pública">Salud
Pública</option>
<option value="Terapia
Respiratoria">Terapia Respiratoria</option>
<option
value="Toxicología">Toxicología</option>
<option
value="Trauma">Trauma</option>
<option
value="Urgencias">Urgencias</option>
<option
value="Urología">Urología</option>
<option
value="Veterinaria">Veterinaria</option>
</select>

<div>&nbsp;</div>
<label class="label">Año</label>
<select name="year" id="select2" class="select-year">
<option value=''>Año</option>
<option
value="2006">2006</option>
</select>
<label for="pricerange_input"
class="label">Rango de precios</label>
<input type="text" data-label="price range 1"
name="price_from" value="" id="pricerange_input1" class="width-25">
<span class="txt-hint">A</span>
<input type="text" data-label="price range 2"
value="" name="price_to" id="pricerange_input2" class="width-25">
<div class="txt-hint">(Por ejemplo, 330.12 a
500.45)</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<label class="label">Período de suscripción</label>
<select name="duration" id="select2" class="select-
duration">
<option value=''>Período de
suscripción</option>

<option value="15 Dias">15 Dias</option>

<option value="48 Horas">48 Horas</option>

<option value="Anual">Anual</option>

<option value="Ilimitada">Ilimitada</option>

<option value="Mensual">Mensual</option>

<option value="Prueba">Prueba</option>

<option value="Semestral">Semestral</option>

<option value="test">test</option>

<option value="Trimestral">Trimestral</option>
</select>

<div class="clear-b">&nbsp;</div>
<input type='hidden' id="type" name='type' value='advanced'/>
<input type="submit" value="Ir" onclick="this.form.submit();"
class="btn btn-primary adv-search-go"/>
<input type="hidden" name="tokenvalue" value="" />
</div>
</form>
</div>

<script>
var require_catalog_suggest = 'TRUE' ;
var require_content_suggest = 'TRUE' ;
var require_recent_search = 'title,author,publishdate' ;
var require_autosuggest = 'TRUE' ;
var keyword = ' ';
var option = ' ';
var default_search_text = 'Buscar título en el catálogo';
var default_searchbookshelf_text = 'Search for title in Bookshelf';
</script>
<!-- logo holder end -->

<!--top nav start-->


<!--top nav end-->

<!-- Header Search Block Starts -->

<!-- Header Search Block Ends -->

<!-- Login Details Starts -->

<!-- Login Details Ends -->

<div class="clear-b">&nbsp;</div>
</div>

<div class="body-container">
<div class="width-65 halign-c login-main-div">
</div>
</div>

<div class="footer">

<div class="footer">
<ul>
<li><a href="/" title="Inicio">Inicio</a></li>
<li><a href="/staticcms/aboutus"
title="¿Quiénes somos?">¿Quiénes somos?</a></li>
<li><a href="/staticcms/contactus"
title="Contáctanos">Contáctanos</a></li>
<li><a href="/staticcms/termsofuse"
title="Condiciones de Uso">Condiciones de Uso</a></li>
<li><a href="/staticcms/privacypolicy"
title="Política de Privacidad">Política de Privacidad</a></li>
<li><a href="/staticcms/support"
title="Soporte">Soporte</a></li>
</ul>
<div class="footer-copyright">
<div class="copyright">&copy; Copyright 2021</div>
<div class="association-with">con <a
href="http://www.ipublishcentral.com" title="iPublishCentral"
target="_blank">iPublishCentral</a> en asociación con <a
href="http://www.hipertexto.com.co/hipertexto-cloud/" title="Hipertexto"
target="_blank">HIPERTEXTO</a>
</div>
<div class="clear-b">&nbsp;</div>
</div>
<div class="clearBoth">&nbsp;</div>
</div>

</div>

</div>
</div>

</body>
</html>
<script type="text/javascript"> var live_site_path = "https://www.ebookmedico.com";
var site_image_path = "/2.0/themes/fluid/public/images/"; </script><script
type="text/javascript"
src="/2.0/themes/fluid/public/css_js/ba13821b30091874fc0ea7a30098bb25.js"
charset="utf-8"></script><script type="text/javascript">var
switchTo5x=true;</script>
<script type="text/javascript"
src="https://w.sharethis.com/button/buttons.js"></script>
<script
type="text/javascript">stLight.options({publisher: "8db24e6d-8d7e-45e6-8364-
4d261b6bade6",onhover: false });</script> <script type="text/javascript">var
switchTo5x=true;</script>
<script type="text/javascript"
src="https://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript"
src="https://s.sharethis.com/loader.js"></script>

You might also like