Jump to content
Server Maintenance This Week. ×

MBS plugin help


This topic is 5690 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

This topic is 5690 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.