This code is working perfectly in Chrome and Firefox but i am unable to work it out in IE can some help me out with this
<form name="login" method="post" id="login_form">
<div class="form_back">
<input name="text" type="text" id="username" />
<input name="text2" type="password" id="password" />
<a href="" onclick="$(this).closest('form').submit(); return false;" class="login"><div id="login_button"></div></a>
</div>
</form>
Regards,
Daneuchar