Diferencia entre revisiones de «MediaWiki:Descubriendo09.js»
De Descubriendo la Física
Ir a la navegaciónIr a la búsquedaLínea 2: | Línea 2: | ||
linea="<style> body{ background-image:url('/descubriendo/background.php?anchoPantalla="+ window.screen.width + "');}</style>"; |
linea="<style> body{ background-image:url('/descubriendo/background.php?anchoPantalla="+ window.screen.width + "');}</style>"; |
||
+ | document.write(linea); |
||
document.body.style.background="url('/descubriendo/background.php?anchoPantalla="+ window.screen.width + "');" |
document.body.style.background="url('/descubriendo/background.php?anchoPantalla="+ window.screen.width + "');" |
||
} |
} |
Revisión del 17:50 9 dic 2009
if (window.screen) { linea="<style> body{ background-image:url('/descubriendo/background.php?anchoPantalla="+ window.screen.width + "');}</style>"; document.write(linea); document.body.style.background="url('/descubriendo/background.php?anchoPantalla="+ window.screen.width + "');" }
Debug data: