function areyousure(){
question = confirm("Do you want to Delete - <%=forename%> <%=surname%>?")
if (question !="0"){
top.location = "deleteuser3.asp?agencyid=<%=agencyid%>&agencyname =<%=agencyname%>&b=<%=edituser%>"
}
}
How do i put a space between the forename and the surname variables?
Picco
www.crmpicco.co.uk