I am using a program called AutoIT to manipulate windows to do certain things.
I have it open a URL that ends with users.jsp. On that page there is a textbox that i want to put some value in, by default. I know that when i am using PHP i can do things like users".jsp?username=XXXXXXX"
Is there anyway i am able to occupy that textbox with the information i want?
I have it open a URL that ends with users.jsp. On that page there is a textbox that i want to put some value in, by default. I know that when i am using PHP i can do things like users".jsp?username=XXXXXXX"
Is there anyway i am able to occupy that textbox with the information i want?