I
Iain
Hi - started a thread last week about trying to get two different variables in the subject when a form is being e-mailed
I think I've almost got it, but just wanted to check that this code is correct
<input type="submit" value="Submit" name="B1" tabindex="13" style="font-family: Arial" onclick="this.form.a.value= this.form.Username.value + " " + this.form.Problem_Description.value; return true;">  
seems weird but this.form.Username.value is in grey text while this.form.Problem_Description.value is blue
Need to get his working in the next 30 mins. so any help would be appreciated
I think I've almost got it, but just wanted to check that this code is correct
<input type="submit" value="Submit" name="B1" tabindex="13" style="font-family: Arial" onclick="this.form.a.value= this.form.Username.value + " " + this.form.Problem_Description.value; return true;">  
seems weird but this.form.Username.value is in grey text while this.form.Problem_Description.value is blue
Need to get his working in the next 30 mins. so any help would be appreciated