|
it is also possible to set these at any point after the dynapi.js file
has been included. it is not required to be placed in the onLoad
method.
Nicolas MASSART wrote:
You can try to set DynAPI.errorHandling to false
and DynAPI.returnErrors to false.
You can set them in the DynAPI onload event.
DynAPI. {
DynAPI.errorHandling = false;
DynAPI.returnErrors = false;
// Your DynAPI code Here...
}
Henrik Sozzi wrote:
Hi
to everyone, I have big
problems debugging a complex script that use only dynapi, because when
and error is generated a DynAPI message opens, and I can't open the script
debugger, in that manner!!! What can I do to disable the message and be
able to debug my script? Thanx
in advance and... go ahead, DynAPI rocks!!! Henrik
Sozzi.
--
----------------------------------------
Nicolas MASSART
mail : [EMAIL PROTECTED]
Coleebris
12, av de Versailles 75016 PARIS
web : http://www.coleebris.com/
tel : 01 40 50 60 47
fax : 01 40 50 67 66
----------------------------------------
--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010
|