I want to be able to prevent this postback without actually editing the HTML itself.
<a class="button campaign-button" id="ctl00_main_fastcheckout_FastCart_FastDiscount_lbDiscountCode" href="javascript:__doPostBack('ctl00$main$fastcheckout$FastCart$FastDiscount$lbDiscountCode','')"><span>OK</span></a>
Is there a default way of disabling postbacks perhaps on document load?
Thanks :)