Esta pequeña función está bien elaborada?
Es incompatible con algun navegador?
~~~~~~~~~~~~~~~~~~~~~~
if (screen.width + "x" +screen.height == "640x480") info="640x480"
else if (screen.width + "x" +screen.height == "800x600") resolucion="800x600"
else if (screen.width + "x" +screen.height == "1024x768") resolucion="1024x768"
else if (screen.width + "x" +screen.height == "1152x864") resolucion="1152x864"
else if (screen.width + "x" +screen.height == "1280x768") resolucion="1280x768"
else if (screen.width + "x" +screen.height == "1280x1024") resolucion="1280x1024"
else resolucion="desconocida"
document.write('<img src="includes/resolucion.asp?info='+resolucion+'" border=0>')~;
~~~~~~~~~~~~~~~~~~~~~~
Gracias de antemano.