HI, I have a similar problem, I have colours which relate to a specific
cost. On my drop down box I have listed the colours, given them a value
and then using the switch bit of jargon in java, allocated a numeric
field that a number appears in so I can use it to calculate the final
cost. The problem I am having is that it won't let me use percentage or
decimal points, works fine for whole intergersAny ideas? I have added my
script below, basically I need the value to be 1.4 as it will end up
bei...