NoScript breaks coded button functionality
Posted: Sat Apr 02, 2011 7:49 am
Giorgio,
I am using NS (2.1.0.1) Fx (3.6.16) and using a financial site withe following code in the button section, it won't do the click and won't post the form. If I disable NoScript, it works just fine, so not sure what's wrong, any ideas?
Here is the code from the site for the button in the fund transfer page that doesn't work with NS active. Also some background, the site is written in ASPX, not that it should matter but just in case it does for some reason, this has been working for a long while and just now stopped, so no sure if something got broken in the recent changes or not. I would appreciate your feedback.
I am using NS (2.1.0.1) Fx (3.6.16) and using a financial site withe following code in the button section, it won't do the click and won't post the form. If I disable NoScript, it works just fine, so not sure what's wrong, any ideas?
Here is the code from the site for the button in the fund transfer page that doesn't work with NS active. Also some background, the site is written in ASPX, not that it should matter but just in case it does for some reason, this has been working for a long while and just now stopped, so no sure if something got broken in the recent changes or not. I would appreciate your feedback.
Code: Select all
<div id="pnlConfirmFooter">
<br><input name="btnConfirm$btnSubmit" value="Confirm Transfer" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("btnConfirm$btnSubmit", "", true, "", "", false, true));if(typeof(Page_IsValid)=='undefined' || Page_IsValid){this.disabled=true;this.value='Submitting';;};" id="btnConfirm_btnSubmit" class="button large bold" type="button">
<br>
<br><a id="btnBack" href="javascript:__doPostBack('btnBack','')">« Make changes</a>
</div>