Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
I am doing IE automation to update data and save to one webpage.
This website uses ASP frames and also contains javascript.
When I save the data, after the web page reloads one javascript alert comes with the code,
alert("Data saved successfully");
I have a list of data to be updated and with this alert I am unable to do it all without manual intervention of clicking OK when the alert window apperas.
Please help in resolving the issue.
Thanks in Advance,
Susanta
2013-07-02 23:28:59
The simple answer is to remove the alert instruction.