Jump to content

[SOLVED] a + b + c


947740

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/105609-solved-a-b-c/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.