947740 Posted May 14, 2008 Share Posted May 14, 2008 I was doing some code last night that was very similar to this: <script language='javascript' type='text/javascript'> var a = document.theform.a.value; var b = document.theform.b.value; var c = document.theform.c.value; var s= a + b + c; </script> S, as you probably figured = abc. Alas, I cannot think of the solution right now, so any help would be appreciated, seeing as I cannot think very well this morning. Quote Link to comment Share on other sites More sharing options...
947740 Posted May 14, 2008 Author Share Posted May 14, 2008 Aarrgh...all I needed to use was parseInt(); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.