Thanks alot...This helped me!
Code:
 <a href="" id="searchDetail" class="button_blue_right" onclick="validateAppNoPreIssuance(); return false;">Search</a>
I was using <a> tag and the same problem was occuring...afte r returning false, it got fixed! can anyone explain me the root cause of it?