W
Wayne-I-M
Hi
I have 2 form fields that are posted to another form. How do I join them ?
This is what I have at the moment in the recieveing fields
<%=Request.Form("Forename")%>
<%=Request.Form("Surname")%>
If the 2 fields have
John in the 1st one
and Smith in the 2nd
I would like to create 1 text box on the 2nd form with
John Smith
Thank you
I have 2 form fields that are posted to another form. How do I join them ?
This is what I have at the moment in the recieveing fields
<%=Request.Form("Forename")%>
<%=Request.Form("Surname")%>
If the 2 fields have
John in the 1st one
and Smith in the 2nd
I would like to create 1 text box on the 2nd form with
John Smith
Thank you