Member
300 Points
1394 Posts
Feb 17, 2015 07:42 AM|prontonet|LINK
I used the solution but there it prevents another event occuring on button click?
without this script below the page works fine but with it - another event does not work
<script type="text/javascript"> function pageLoad(sender, e) { $find("FilteredTextBoxExtender1").add_filtered(function () { $get("error").innerHTML = "Email, links and numbers not permitted"; }); } </script>
Member
300 Points
1394 Posts
Re: filtered textbox extender question? add numbers
Feb 17, 2015 07:42 AM|prontonet|LINK
I used the solution but there it prevents another event occuring on button click?
without this script below the page works fine but with it - another event does not work
<script type="text/javascript">
function pageLoad(sender, e) {
$find("FilteredTextBoxExtender1").add_filtered(function () {
$get("error").innerHTML = "Email, links and numbers not permitted";
});
}
</script>