Diferencia entre revisiones de «MediaWiki:Descubriendo10.js»
De Descubriendo la Física
Ir a la navegaciónIr a la búsqueda| (No se muestran 13 ediciones intermedias del mismo usuario) | |||
| Línea 1: | Línea 1: | ||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| − | /*.onload('alert(document.body.offsetWidth)');*/ |
||
| ⚫ | |||
| − | var winH = (document.body.offsetHeight)-20;*/ |
||
| ⚫ | |||
| − | |||
| ⚫ | |||
if (parseInt(navigator.appVersion)>3) { |
if (parseInt(navigator.appVersion)>3) { |
||
if (navigator.appName=="Netscape") { |
if (navigator.appName=="Netscape") { |
||
| Línea 16: | Línea 8: | ||
"anchoPantalla="+ winW + "');}</style>"; |
"anchoPantalla="+ winW + "');}</style>"; |
||
document.write(linea); |
document.write(linea); |
||
| ⚫ | |||
| − | 'descubriendo10/background.php?anchoPantalla="+ |
||
| − | window.screen.width + "');" |
||
} |
} |
||
} |
} |
||
| ⚫ | |||
| − | alert("revisandop..."); |
||
| + | |||
| + | |||
| + | function ajustarFondo() |
||
| + | { |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| + | } |
||
} |
} |
||
| − | */ |
||
Revisión actual - 21:49 18 jun 2010
if (window.screen) {
if (parseInt(navigator.appVersion)>3) {
if (navigator.appName=="Netscape") {
winW = window.innerWidth-16;
winH = window.innerHeight-16;
linea="<style> body{ background-image:url"+
"('/descubriendo/skins/descubriendo10/background.php?"+
"anchoPantalla="+ winW + "');}</style>";
document.write(linea);
}
}
};
function ajustarFondo()
{
if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x;
/* alert("Estás usando el internes esplorer...");*/
winW = (document.body.offsetWidth);
winH = (document.body.offsetHeight)-20;
document.body.style.backgroundImage="url(/descubriendo/background.php?anchoPantalla="+ winW+")";
}
}
Debug data:
