You can add an onpaste event to your element. It is supported by all browsers. onpaste="return getPastedValue(this);" <script ...
確定! 回上一頁