Hi
I have 2 separate form fields
user
and
domain
that I would like to populate with values from
I'm not sure how to
1. Write the value to the form field
and
2. Split the variable to place each part of domain\user in the appropriate box.
Any help much appreciated
TIA
Webflex
I have 2 separate form fields
user
and
domain
that I would like to populate with values from
Code:
<%= "" & request.servervariables("auth_user")%>
I'm not sure how to
1. Write the value to the form field
and
2. Split the variable to place each part of domain\user in the appropriate box.
Any help much appreciated
TIA
Webflex