lod3n Posted July 26, 2007 Posted July 26, 2007 Can you post a screenshot of the error? [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
MrSpacely Posted August 1, 2007 Posted August 1, 2007 I have this error also but it happens with javascript errors on the page. Is there a way to just catch those errors (just like with other objects) it starts a debugger but when I open the debugger i just shows a javascript error (wich should happen its for testing) So there must be a simple way to catch the error and handle it within the autoit script
DW1 Posted August 1, 2007 Author Posted August 1, 2007 This is what I used: RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "Disable Script Debugger", "REG_SZ", "yes") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "DisableScriptDebuggerIE", "REG_SZ", "yes") AutoIt3 Online Help
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now