Just to be clear, after the user logs in, you want to carry their UserName between pages, and all
pages are within the same subweb and all pages will have .asp extension, correct?
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"Matthew" <(E-Mail Removed)> wrote in message
news:5BA40744-552A-405C-8167-(E-Mail Removed)...
> Hello I currently use the asp login script from webwiz but I am having problems adding the
username of whomever is logged in to an html page. On the page immediately after login there is the
following script---- <%
> 'Dimension Variables
> Dim strUserName 'Holds the name of the user
>
> 'Get the users name passed from the previous page
> strUserName = Request.QueryString("name")
>
>
> %>
> -------- The only problem with this is it only works if the user just came from the login page.
If they come back to the page later or browse to another page with this script it doesn't display
because they didnt just come from the login page. So I would like to know if anyone knows how to add
the username even if they didn't just come from th elogin page something like carrying the variable
from page to page. The link for the login script that sets the username variable is at the following
address.
http://www.roadhousegossip.com/checkuser.txt Thanks for any help or suggestions I am not
familiar with asp and this is really bugging me. And the folks at the web wiz forum are not
responding to my post there. Again thanks for any help.