In the inc_header.asp i find some code below that.
if strGfxButtons = "1" then
Response.Write "<input src=""" & strImageUrl & "button_logout.gif"" type=""image"" border=""0"" value=""Logout"" id=""submit1"" name=""Logout"" tabindex=""-1"">"
else
Response.Write "<input type=""submit"" value=""Logout"" id=""submit1"" name=""submit1"" tabindex=""-1"">"
end if
I don't know what code can be repalced by the <%= strDBNTusername %> <a href="javascript:document.frmLogout.submit();">(logout)</a> in above it.
Thanks