Results 1 to 2 of 2

Thread: Change font face to other type

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    5

    Wink

    How i change the "Access Denied" font from the standard font to the font i want.

    If Request.Form("login") = "Sukma" AND Request.Form("password") = "2002" Then
    Response.redirect "login.asp"
    Else
    Response.Write "Access Denied!" <--change this word font


    Please help

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    Code:
    If Request.Form("login") = "Sukma" AND Request.Form("password") = "2002" Then 
        Response.redirect "login.asp" 
    Else 
        Response.Write "<FONT face="MS Comic Sans" Size=4 color=Red>Access Denied!</FONT>"
    End If
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width