Hello All,
i have a java script function which receives color name as argument and returns the color code.
From my database i read data row by row and for each row am callinga the javascript function to convert colorname to color code.
But Only once the javascript function is called in a for loop !
Why it happens like that.Can't we call java script within the forloop or How Should i call javascript function for each row ?
Please Guide me.
Thanks In Advance.