Basiclly, all i want is to have two boxs on my page, one for username, and one for password.
I want to set it up with vbscript so basiclly someone will put a designated username and password in there to opoemn a new file, otherwise it wont open.
now i know this is not secure, but it doesnt need to be, and i was thinking that i was going to have to use an IF statement like the following:
If txtusername.text = "john" AND txtpassword.text = "password"
then open.file = "http://www.newpage.html"
else
then open.file = "http://www.goaway.html"
end if
end sub
now i know that some of these are not even ocmmands, i just placed them there for an example of what i want. so if anyone can hlep me please do so
thanks

Have a great Day!