Evan
Evan

Reputation: 1

vb.net - how to automatically close javascript prompt boxes

How would I go about having my application automatically close an onbeforeunload prompt box that warns you before leaving the page?

Example: http://sharecash.org/download.php?file=234324234324324324 (try leaving or closing the page)

Upvotes: 0

Views: 258

Answers (1)

Rob
Rob

Reputation: 3853

I wrote a (freeware) program to handle this sort of thing, its called A Form Filler ( www.aformfiller.com ) - basically all you do is watch for the form to appear and when it appears send the keys strokes.

In this case send a L and an Enter.

Upvotes: 1

Related Questions