Dim LineOne = document.myForm.firstLine.value
Also, I need to be able to output text to another HTML text box in the same form. Would this work for taking two different strings, concatenating them, and outputting them to another text field? (I already declared LineOne and LineTwo similar to what I showed above)
Dim TheString = document.myForm.showanswer.value theString = LineOne + LineTwo
Nothing seems to show up in the third text box when I click submit.

New Topic/Question
Reply




MultiQuote



|