Subweb - displaying logged in username.

  • Thread starter Thread starter Pejayuk
  • Start date Start date
P

Pejayuk

Under form properties, options, saved fields, and putting
a tick in the username field, posts the username to the
results html file but I also want to display their user
name on the form when they fill in the fields. If I was
signed in I would like it to say;
Username: Pejay
This doesn't have to be in a text box
and can be displayed as plain text.

Anyone got any other suggestions.

Many thanks for your replys so far.

Pejay
ö¿ô
\_/

-----Original Message-----
Try adding the username field (Form Options Saved fields)

--



"Pejay" <[email protected]> wrote in
message news:[email protected]...
I have a protected subweb for members on my website and I
have several forms in it and would like the "User name"
they use to get into the members area to be taken and
entered into the forms so that they can't be changed. This
makes sure that they can't pretend to be someone else. Is
there any way to do this?. The website uses FrontPage
extensions but doesn't have asp, cgi, perl or database
capabilities. The results of the forms are sent to HTML
files for other members to view.

Any help would be appreciated.

Many thanks

Pejay
ö¿ô
\_/


.
..
 
FP can't do this as FP only has access to this during the form handling
process since it is coming through the CGI gateway. If you're on IIS 4 or
greater you could use Active Server Pages, and then use a <%
Response.Write(Request.ServerVariables("REMOTE_USER")) %> You can try
LOGON_USER in place of remote user as well.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

Under form properties, options, saved fields, and putting
a tick in the username field, posts the username to the
results html file but I also want to display their user
name on the form when they fill in the fields. If I was
signed in I would like it to say;
Username: Pejay
This doesn't have to be in a text box
and can be displayed as plain text.

Anyone got any other suggestions.

Many thanks for your replys so far.

Pejay
ö¿ô
\_/

-----Original Message-----
Try adding the username field (Form Options Saved fields)

--



"Pejay" <[email protected]> wrote in
message news:[email protected]...
I have a protected subweb for members on my website and I
have several forms in it and would like the "User name"
they use to get into the members area to be taken and
entered into the forms so that they can't be changed. This
makes sure that they can't pretend to be someone else. Is
there any way to do this?. The website uses FrontPage
extensions but doesn't have asp, cgi, perl or database
capabilities. The results of the forms are sent to HTML
files for other members to view.

Any help would be appreciated.

Many thanks

Pejay
ö¿ô
\_/


.
..
 
Back
Top