Use Mpgh.net database, Which will never happen
.......... Think Outside The Box..........
GetElementByID + Knowing what Element is displayed when a user is/is not logged in.
The easy method to see if a member is logged in is to look for the ID navbar_search programatically
If it exists the user is logged in, Search Button doesn't exisit unless the user is logged in.
That's an easy way to authenticate the user based on "logged in" or not
So the theory is .....
Form Login Loads
It then Checks form2.webbrowser for the elementID " navbar_search "
If it exisit Label1 = Welcome MPGH.net user
If Element ID navbar_search doesn't exisit
Textbox1.visibility = true , textbox2.Visibility = true
Label 1 = please login , that login gets sent using getelementbyid
and you have a way to authenticated a mpgh.net user
