Hi Guys,I am working on a pdf file and I want the users who will fill up
my form to be able to change the text field to any color that they want
during runtime. I already have a code, however I would want to add two
things:1. change the yellow to a lighter color of yellow.2. Add color
orangeHere is the code that I got, that I hope you could help me revise
for me to achieve it.var colors = new Array();for (var i in color)
colors.push(i); // get a list of colorswhile (colors[0] !=
'transparent') c...