I am checking my HTML code with Amaya.
I have an error on this line:
<input style="vertical-align:bottom;" type="text" id="doi_id" onkeydown="if (event.keyCode == 13) return false;" onpaste="parsePIIfromDOI();"/>
And for the onpaste, I am getting "Invalid attribute "onpaste"(removed when saving)" error.
I don't know why? Thank you very much for your help.
http://reference.sitepoint.com/html/extended-event-attributes/onpaste
"Non-standard event defined by Microsoft for use in Internet Explorer. May work in some other browsers but cannot be reliably used. Compatibility for this non-standard attribute not tested."