Jump to content

Recommended Posts

Posted

I am new to scripting in AutoIT3 but I have written a script that recieves input from a user and I attempt to use this input in a web form later but when I use

send ( $userid )

nothing happens. $userid is the variable that stores the string that the user entered in an input box.

$userid = InputBox("Question", "What is your UserID?", "", "", _

-1, -1, 0, 0)

I know it is storing the data bacause it is displayed in another messagebox later. Does the variable have to be a sertain data type or anything like that?

If you could let me know your experience with this.

Kind regards

Posted

Please post your entire script or atleast a small example where you can display the problem. From what you have currently we can not help.

qq

Posted

I use this type of script often. Problems that you may encounter is that the input that is suppose to receive the $userid does not have the focus.

CheersNobby

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...