could somebody help me out in understanding this javascript piece of code :
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)));}
Sorry for irritating you guys with least details. Actually I got the code from – forum.fusioncharts.com/topic/8012-fusion-charts-on-android
It is abput using Fusioncharts in android using Phonegap. So Fusioncharts.js contains this code nad I am not an expert in javascript and did not get it. So asked for the help. But by looking at different answer I feel full src code is not available here.
thanks
sneha
This looks like a generated (packed code) – a strategy that is generally used to reduce the size of the original Javascript code and/or make it harder for someone to work out what is going on.
There must be some logical scripting going on here, which is obfuscated as a result of the packing. If you have the script at hand, you can use this to try unpacking it, to figure out what’s going on behind it.