Patil Posted November 16, 2007 Posted November 16, 2007 Hi, in autoit we are using this function " _IEFormElementSetValue($oPass,'xyz') " to set the value. Is their any option like in shell script's read command prompts for user to enter the value and reads from the user. So no need to set the value in script...... Thanks in advance.....
Ranmaru Posted November 16, 2007 Posted November 16, 2007 Hi, in autoit we are using this function " _IEFormElementSetValue($oPass,'xyz') " to set the value.Is their any option like in shell script's read command prompts for user to enter the value and reads from the user.So no need to set the value in script......Thanks in advance.....I'm not quite sure if I got this right.. But if I did, then what you're looking for is just the basic InputBox() function..?
Patil Posted November 17, 2007 Author Posted November 17, 2007 I'm not quite sure if I got this right.. But if I did, then what you're looking for is just the basic InputBox() function..?Hi thanks for ur reply......i was looking for this only..........
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