Your right, the problem is -> recalc_onclick('p1B1')
The reason is because you are using single 'quotes' as opposed to "double" to encasulate strings (which is ok). But when you say that statement with single quotes inside, it thinks your ending the string. Do this to say that you literally want single quotes and you dont want to close the string
recalc_onclick(\'p1B1\')
-Brad
Reputation Points: 14
Solved Threads: 1
Junior Poster in Training
Offline 57 posts
since Jul 2004