标签:cron onsubmit 图像 字段 检测 text click htm ext
<img src="/i/example_mouse2.jpg" onmousedown="alert(‘You clicked the picture!‘)" />
<button onclick="document.getElementById(‘field2‘).value=document.getElementById(‘field1‘).value">Copy Text</button>
<button ondblclick="document.getElementById(‘field2‘).value=document.getElementById(‘field1‘).value">Copy Text</button>
<img src="image_w3default.gif" onabort="abortImage()" />
<img src="image.gif" onerror="alert(‘The image could not be loaded.‘)" />
<input type="text" id="fname" onblur="upperCase()" />
<input type="text" onfocus="setStyle(this.id)" id="lname" />
<input type="text" id="fname" onchange="upperCase()">
<body>, <frame>, <frameset>, <iframe>, <img>, <link>, <script>
<body onload="load()">
<body onload="checkCookies()">
<input type="text" onkeydown="return noNumbers(event)" />
<input type="text" onkeypress="return noNumbers(event)" />
<a>, <acronym>, <address>, <area>, <b>, <bdo>, <big>, <blockquote>, <body>,
<button>, <caption>, <cite>, <code>, <dd>, <del>, <dfn>, <div>, <dt>, <em>,
<fieldset>, <form>, <h1> to <h6>, <hr>, <i>, <input>, <kbd>, <label>, <legend>,
<li>, <map>, <object>, <ol>, <p>, <pre>, <q>, <samp>, <select>, <small>,
<span>, <strong>, <sub>, <sup>, <table>, <tbody>, <td>, <textarea>, <tfoot>,
<th>, <thead>, <tr>, <tt>, <ul>, <var>
document, image, link, textarea
<input type="text" id="fname" onkeyup="upperCase(this.id)" />
<form onreset="alert(‘The form will be reset‘)">
标签:cron onsubmit 图像 字段 检测 text click htm ext
原文地址:http://www.cnblogs.com/MrTao/p/6208777.html