PDA

Click to See Complete Forum and Search --> : Change font face to other type


hwakern
Dec 4th, 2000, 11:59 PM
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

monte96
Dec 5th, 2000, 08:57 AM
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