Diferencia entre revisiones de «MediaWiki:Descubriendo09.js»
De Descubriendo la Física
Ir a la navegaciónIr a la búsquedaLínea 1: | Línea 1: | ||
if (window.screen) { |
if (window.screen) { |
||
− | + | linea="<style> body{ background-image:url('/descubriendo/background.php?anchoPagina="+ window.screen.width + "&');}</style>"; |
|
− | linea="<style> body{ background-image:url('/descubriendo/blankbutton.png');}</style>"; |
+ | //linea="<style> body{ background-image:url('/descubriendo/blankbutton.png');}</style>"; |
document.write(linea); |
document.write(linea); |
||
+ | alert(linea); |
||
} |
} |
Revisión del 07:58 30 nov 2009
if (window.screen) { linea="<style> body{ background-image:url('/descubriendo/background.php?anchoPagina="+ window.screen.width + "&');}</style>"; //linea="<style> body{ background-image:url('/descubriendo/blankbutton.png');}</style>"; document.write(linea); alert(linea); }
Debug data: