使用MotionCAPTCHA 这个jQuery插件,绘制成功后怎样才能转到自己想要的网页,而不是默认的网页
插件演示地址:http://www.gbin1.com/technology/jquerynews/motioncaptchadrawshapes/demo.jsp
------解决方案--------------------<form action="#" id="mycoolform" method="post">
<input type="hidden" id="
fairly-unique-id" value="
submitform.php" />
</form>
$('#form-id').motionCaptcha({
action: '#fairly-unique-id'
});