I would like to fill a text field using both text and variables..
i.e. it would say x+2, so i would write.. (if 2 were a given variable)
form.form1.value = "x+" 2 ???
(I know that isn't correct, I'm just wondering how I would go about this..)
i.e. it would say x+2, so i would write.. (if 2 were a given variable)
form.form1.value = "x+" 2 ???
(I know that isn't correct, I'm just wondering how I would go about this..)
Comment