MediaWiki:Descubriendo09.js
De Descubriendo la Física
Revisión del 20:50 18 jun 2010 de Administrador2012 (discusión | contribs.)
Nota: tras guardar, quizás necesites actualizar la caché de tu navegador para ver los cambios.
- Firefox/Safari: Mantén presionada la tecla Mayús mientras pulsas el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
- Google Chrome: presiona Ctrl+Shift+R (⌘+Mayús+R en Mac)
- Internet Explorer: mantén presionada Ctrl mientras pulsas Actualizar, o presiona Ctrl+F5
- Opera: dirígete a Menú → Configuración (Opera → Preferencias en Mac) y luego a Privacidad y seguridad → Borrar datos de navegación → Imágenes y archivos en caché.
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; 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") else if (ieversion>=7) alert("You're using IE7.x") else if (ieversion>=6) alert("You're using IE6.x") else if (ieversion>=5) alert("You're using IE5.x") } } linea="<style> body{ background-image:url('/descubriendo/background.php?anchoPantalla="+ /*window.screen.width*/ winW + "');}</style>"; document.write(linea); document.body.style.background="url('/descubriendo/background.php?anchoPantalla="+ window.screen.width + "');" }
Debug data: