hi, ive modified my inc_top.asp beyond recognition, but i need to do one more thing, and that is give the user a clue as to whether theyre logged in or not, so, what i want to do, is display their name in there somwhere, so ive been looking through an original inc_top.asp but when i lift the relevant code it gives me a couple of errors, so, would someone please show me which part of the code displays the member name, i dont need to login form, or the part which says 'you are now logged on as' , just the name part. cheers, stuart 36-degrees.co.uk forum
this one appear in my forum <td align="center"> <font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"> </font> <font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>" color = RED > <% if strAuthType="nt" then %>
<% if strAuthType="nt" then %> <% =Session(strCookieURL & "username")%> (<% =Session(strCookieURL & "userid") %>) <% else if strAuthType = "db" then %> <% = ChkString(strDBNTUserName, "display") %> <% end if end if end if end if %> <% end if %> <% end if %>
this is what i thought it ws, but it keeps giving me an error, saying expected end... anyone?