I had this same problem. It seems that there is a problem with how firefox handles onblur events while trying to set focus to a new object.
See link below for a workaround....
http://www.feed-squirrel.com/index.cfm?evt=viewItem&ID=34547
Also try searching on google with the words:
firefox...
Try just setting the amper variable without the quotes to treat it as numeric.
-SET &NUM1 = '2' ; ---> CHARACTER
-SET &NUM2 = 2 ; ----> NUMBER
THEN, evaluate the amper var against a NON-quoted number.
0 instead of '0'. This is treating it as an actual number zero instead of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.