anchor and onclick with asp.net postback

Posted by EduardoMello on Stack Overflow See other posts from Stack Overflow or by EduardoMello
Published on 2010-04-01T20:59:04Z Indexed on 2010/04/01 21:03 UTC
Read the original article Hit count: 297

Filed under:
|

I have a link like this

<a href="#thumb" id="ctl00_allContent_btnThumb" onclick="javascript:__doPostBack('ctl00$allContent$btnThumb','')"><img alt="" src="../../images/bullet-thumb.gif"></a>

On Firefox it does what it supposed to. But it won't work on IE or Chrome.

I know there are some questions on the subject here, but they haven't helped me. I'm guessing it's more specific since it envolves ASP.NET postback.

thank you

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about ASP.NET