jimmer Posted January 31, 2005 Posted January 31, 2005 (edited) hi I need a script to pop up a msg box asking to type in some text following another msg box asking for other text I'd love it if I could string whatever is typed in, and used later on with send($var) I wish to allow the script to ask for a username to type in, following a password, and re calling these strings later on... something like send($var) I just have no idea how to impliment strings with msg boxs sorry for the bad explaination Edited January 31, 2005 by jimmer
jimmer Posted January 31, 2005 Author Posted January 31, 2005 sorry... I looked everywhere in the helped file... I searched for an hour, and I guess I'm just blind... I found it! $passwd = InputBox("Security Check", "Enter your password.", "", "*") ;Asks the user to enter a password. Don't forget to validate it!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now