October 3, 200817 yr I have an automated database that calls up an intranet website and scrapes data that I need into my database. Occasionally the intranet site brings up a javascript alert which is of little meaning, but disables my automated FM script. I am trying to find a way to suppress this alert or automatically close the dialog box. When the dialog box is open, no FM functions are available until it is manually closed by clicking OK or pressing Return. I though the MBS plugin might be of help here, but my knowledge of Javascript is rather limited. If anyone can help me, I would appreciate it. The code related to this alert is as follows. function displayAlerts() { alert('Multiple matches found. Please review matches and notify support if you feel that a match is made in error.'); } Is there a way to suppress this with MBS plugin? Thanks
Create an account or sign in to comment