Forum Moderators: open
Is there a way of disabling the alert boxes by putting a javascript command in earlier in the processing or by running an inline function.
function alert() {}
This redefines the alert-method to a function that doesn't do anything.
Absolutely beautiful solution.
Many thanks