Hola de nuevo.
Prueba con esto:
<img border="0" src="images/detalles.bmp" mc="<%=lobjRst.fields("MC")%>" pla="<%=lobjRst.fields("PLA")%>" onclick="document.getElementById('txtMC').value=th is.mc;document.getElementById('txtPLA').value=this .pla"/>
Con esto te funcionaría en Explorer. Si quieres que funcione también en Mozilla o Netscape, tendrás que cambiar esto:
onclick="document.getElementById('txtMC').value=th is.mc
por esto otro:
onclick="document.getElementById('txtMC').value=th is.getAttribute('mc')
y hacer lo mismo con
this.pla
Espero que te funcione. Saludos,