reloadcaptcha.onclick = function() { alert('test'); };
<p id="reloadcaptcha">Показать сообщение</p>
<div id="capcha_box"> <form action="index.php" method="post"> <p>Введите текст, показанный ниже:</p> <img id="captcha" src="kcaptcha/?<?php echo session_name()?>=<?php echo session_id()?>"> <p id="reloadcaptcha">Показать другой код</p> <p><input type="text" name="keystring" id="clear"></p> <p><input type="submit" value="Проверить код"></p> </form> </div>
document.addEventListener( "DOMContentLoaded" , function() { reloadcaptcha.onclick = function() { alert('test'); }; });