We have a control that was made by a company that no longer exists. For some odd reason on page load it has now started rendering something like this to the page:
<script type="text/javascript">
alert('Your license has expired!')
</script>
Since the company no longer exists we can't get support and the control is also very complex and is running in some legacy code that can't be quickly replaced so simply rewriting the page is also not an option (yet).
What I need to do for the time being is to have the dialog either be removed from the page before it renders or auto closed by some script ...
Any ideas?