hm,
test: function(raw){ test(); },What isn't working is this: test: function(raw){ var lotstatus = false; lotstatus = decodeURIComponent(raw.data.lotstatus); if (oldLotstatus != false&& oldLotstatus != raw.data.lotstatus) { test(); //call testFunction } }
this code doesn't make any sense to me. you can't overload a function in javascript. also lotstatus is never used and oldLotstatus is not defined. IMHO you should give your work to a qualified programmer or get commercial support by weelya. otherwise you'll get more and more problems which are very, very basic. i don't mean this in a disrespectful way. and no, i'm not from weelya ;-)
flip -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
