Hello,
I am attempting to pass a string through several functions in JavaScript to be concatenated.
For some reason, the first string concatenated works fine and the second string is not concatenated.
My page is at:
<!-- m --><a class="postlink" href="http://gis38.exp.sis.pitt.edu/is2770/guest.html">http://gis38.exp.sis.pitt.edu/is2770/guest.html</a><!-- m -->
I am trying to pass the erroStr variable to two functions in my validate function. When the first name and email are entered incorrectly, the first name is the only string shown in the alert box. I can't get both the first name and email error messages to appear in the alert box. Why are they both not appearing?
I am attempting to pass a string through several functions in JavaScript to be concatenated.
For some reason, the first string concatenated works fine and the second string is not concatenated.
My page is at:
<!-- m --><a class="postlink" href="http://gis38.exp.sis.pitt.edu/is2770/guest.html">http://gis38.exp.sis.pitt.edu/is2770/guest.html</a><!-- m -->
I am trying to pass the erroStr variable to two functions in my validate function. When the first name and email are entered incorrectly, the first name is the only string shown in the alert box. I can't get both the first name and email error messages to appear in the alert box. Why are they both not appearing?