I am using the below to check to see if a field in the database is empty, but it just defaults to the top response!
Response.Write(cat("description"
)
if IsNULL(cat("description"
) then
Response.Write(""
else
Response.Write("<br><br>"
end if
any help please!??!
Response.Write(cat("description"

if IsNULL(cat("description"

Response.Write(""

else
Response.Write("<br><br>"

end if
any help please!??!