eyal_c
01-05-2009, 06:04 PM
Hi,
I have a Flex Application which calls a simple JS alert, if the popup is not closed within the max limit (60 seconds) i am getting the famous:
Error #1502: A script has executed for longer than the default timeout
period of 15 seconds.
Notice that the error message says 15 seconds but actually the timeout is 60 seconds.
Is there any known solution to this issue? I can't enforce my users to click the button within a 60-sec time limit...
Thanks
I have a Flex Application which calls a simple JS alert, if the popup is not closed within the max limit (60 seconds) i am getting the famous:
Error #1502: A script has executed for longer than the default timeout
period of 15 seconds.
Notice that the error message says 15 seconds but actually the timeout is 60 seconds.
Is there any known solution to this issue? I can't enforce my users to click the button within a 60-sec time limit...
Thanks