I have created a web page to screen scrape a site, while scraping from the other site; there is some error on that site so it's throwing an error (object expected). But finally I get my result perfectly.
It shows that the error occurs in my program. Is it possible to bypass those errors (without showing them on the screen). I don't want to show those errors and also is it possible to bypass the alert box without showing it on the screen while scraping.
Please guide me.