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
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