Diferencia entre revisiones de «MediaWiki:Descubriendo10.js»
De Descubriendo la Física
Ir a la navegaciónIr a la búsqueda (New page: if (window.screen) { if (parseInt(navigator.appVersion)>3) { if (navigator.appName=="Netscape") { winW = window.innerWidth-16; winH = window.innerHeight-16; } if (navigator.appName....) |
|||
| Línea 10: | Línea 10: | ||
} |
} |
||
if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x; |
if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x; |
||
| + | alert("Estás usando el internes esplorer..."); |
||
| − | + | /* var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number |
|
if (ieversion>=8) |
if (ieversion>=8) |
||
| + | { |
||
| − | + | alert("You're using IE8 or above"); |
|
winW = document.body.offsetWidth; |
winW = document.body.offsetWidth; |
||
winH = document.body.offsetHeight; |
winH = document.body.offsetHeight; |
||
| Línea 31: | Línea 33: | ||
winH = document.body.offsetHeight; |
winH = document.body.offsetHeight; |
||
} |
} |
||
| − | } |
+ | }*/ |
} |
} |
||
| Línea 39: | Línea 41: | ||
document.body.style.background="url('/descubriendo/skins/descubriendo10/background.php?anchoPantalla="+ window.screen.width + "');" |
document.body.style.background="url('/descubriendo/skins/descubriendo10/background.php?anchoPantalla="+ window.screen.width + "');" |
||
} |
} |
||
| + | <math>Escribe aquí una fórmula</math> |
||
Revisión del 21:01 18 jun 2010
if (window.screen) {
if (parseInt(navigator.appVersion)>3) {
if (navigator.appName=="Netscape") {
winW = window.innerWidth-16;
winH = window.innerHeight-16;
}
if (navigator.appName.indexOf("Microsoft")!=-1) {
winW = document.body.offsetWidth-20;
winH = document.body.offsetHeight-20;
}
if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x;
alert("Estás usando el internes esplorer...");
/* var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
if (ieversion>=8)
{
alert("You're using IE8 or above");
winW = document.body.offsetWidth;
winH = document.body.offsetHeight;
}
else if (ieversion>=7)
{alert("You're using IE7.x");
winW = document.body.offsetWidth;
winH = document.body.offsetHeight;
}
else if (ieversion>=6)
{alert("You're using IE6");
winW = document.body.offsetWidth;
winH = document.body.offsetHeight;
}
else if (ieversion>=5)
{alert("You're using IE5");
winW = document.body.offsetWidth;
winH = document.body.offsetHeight;
}
}*/
}
linea="<style> body{ background-image:url('/descubriendo/skins/descubriendo10/background.php?anchoPantalla="+ /*window.screen.width*/ winW + "');}</style>";
document.write(linea);
document.body.style.background="url('/descubriendo/skins/descubriendo10/background.php?anchoPantalla="+ window.screen.width + "');"
}
<math>Escribe aquí una fórmula</math>
Debug data:
