lsmall Posted October 3, 2008 Posted October 3, 2008 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
Recommended Posts
This topic is 5986 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now