Avatar

Level 5

Mike,

Now your file is working mailed you ..

There are two mistake in your script.

1.  "=" Assignment Operator , "==" Comparison Operator.

2. ”10.99”  and "10.99". Double quotes are not same in both the values.

I couldnt identify when i went through the code first time.

Vjay