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