Re: colour coded ASP
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
- From: "Christian Stueben" <cs.st.ng@xxxxxx>
- Date: Fri, 7 Oct 2005 22:15:57 +0200
Hello Mally,
for a complete reference of the <font ...> tag look at
http://www.kleinurl.de/?xo2y3k7d
and for the colors at
http://www.kleinurl.de/?bbybyw7p
greetings, Chris
If Len(Session("UID")) = 0 Then
Response.Write "<b><font color=red>You are not logged on. If You don't
have a username
or password you can register for one by clicking. </font></b>"
Else
Response.Write "<b><font color=green>You are logged on as " &
Session("UID") & "</font></b>"
End If
.
Relevant Pages
- Re: DirectoryServices Problem
... things with your default web.config and stuff that will just confuse the ... where the username is a valid username on your domain. ... > form to inherit the function???? ... > included the reference to System.DirectoryServices. ... (microsoft.public.dotnet.languages.vb) - Re: Need critical input on this
... pointer variable. ... that the TYPE of the expression must be LOGFONT*. ... saved your excellent bit result example with my font reference code. ... Again I will store this entire reply in my reference folder and I ... (microsoft.public.vc.mfc) - Re: reference text boxes
... I actually was able to figure my problem, I was entering the wrong reference ... up in font "Cambria Math' and I can't figure out how to change it. ... Microsoft Word MVP ... to prevent the formatting of the text form field to be reflected ... (microsoft.public.word.docmanagement) - Re: Data Type mismatch error?
... reference to the DAO ... > 'Your message/actions here for invalid logon ... >you have to step through every record in the recordset ... >> I have logon box which when the user enters a username ... (microsoft.public.access.modulesdaovba) - Re: [TEST/REVIEW] Netflow implementation
... better have a way to 'tag' routes and make your decision based ... Keep all the policy definition out of the kernel table. ... It is a reference to 'external' information. ... on source/destination prefixes. ... (freebsd-net) |
|