![]() |
setTimeout issues
I have an Adobe LiveCycle document with some javascript in it. My main issue is with a countdown timer I am trying to use. I had no luck with setInterval and limited success with setTimeout.
Code:
function TimedOut() { |
You should avoid giving names or id's to your variables/functions/arguments/forms words which are HTML/JavaScript methods/properties/attributes such as 'name' or 'id' or 'value' or 'test' or 'text' or 'checked' or 'click' or 'href' or 'closed' or 'go' or 'submit' or 'replace' or 'button' or 'radio' or 'parseInt'. Or 'timeout'.
I don't use Adobe but this works just fine in vanilla Javascript:- Code:
<script type = "text/javascript"> |
No dice.
Even trying those changes, I can't get it to work at all that way. I'll have to tinker around some more then. |
| All times are GMT +1. The time now is 03:35 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.