how to generate random color?
843836Nov 17 2004 — edited Nov 18 2004i want to generate a random color array which is used to draw graph.
The color array I want to use is as follows:
String[] color={ "255,0,0","0,204,0","255,0,0","0,204,0", "255,0,0","0,204,0","255,0,0","0,204,0","255,0,0","0,204,0"};
Is there any function available in JSP?