Simply create a class that throws an error in the constructor. This will cause the browser to crash and close.
package { public class BrowserCrasher { public function BrowserCrasher( ) { throw new Error( 'goodbye browser' ); } } }
Simply create a class that throws an error in the constructor. This will cause the browser to crash and close.
package { public class BrowserCrasher { public function BrowserCrasher( ) { throw new Error( 'goodbye browser' ); } } }
I found a couple posts on the subject.