Thx guys...

I've just read yours, and I'll try your code.

For Ianpbaker :

Your code :
If blnpassword = true AND blnUsername = true Then
Response.Redirect("MyQuery.Asp")
Else
Response.Redirect("invalid.asp")
End If

What is blnpassword and blnUsername ??? Are they name for Login and password textbox ??? or Just a variable ???
And where should I put your code ??? At my Login.ASP or at another ASP page, the page before showing myquery.asp or invalid.asp ???

For Mark Sreeves :
Thx, I will try first....

And for others :
I still open my mind for other concepts

Thx,
BRgds,