Is it possible to use JavaScript in C#.net web app to read Mifare card at android NFC?

I use C#.Net to create web app on an Android device. Is it possible to read a Mifare card through NFC on an Android device with Javascript like this and handling NFC Events?
I want to read block 1 of Mifare and using factory default keys 0x FF FF FF FF FF FF

in aspx file:

        </td>
        <td class="auto-style59">&nbsp;</td>
    </tr>
</table>
  ...

<script src="jquery.js"></script> 

<script type="text/javascript">
    function NFCRead() {
        ...
    }
</script>

</asp:Content> 

I have tried other ways and still no success