arjun Posted June 20, 2008 Posted June 20, 2008 Hi,I have an INPUTBOX in webpage.I wanted get the text inside the box.Also i am unable to focus/click inside the box through "ControlFocus".And also please dont suggest to use TAB's, as it wouldn't be 100% accurate sometime.Please tell which function should i use the extract the text inside the IE InputBox. !!!AUTOIT Rocks!!!^^^^^^^^^^^^
d4rk Posted June 20, 2008 Posted June 20, 2008 (edited) _IE*, look it in the UDFs document BTW, in a web page, it's called Text Box Edited June 20, 2008 by d4rk [quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys
TerarinKerowyn Posted June 20, 2008 Posted June 20, 2008 The use of _IETagNameGetCollection is the one you are looking for. The tagname <look in the help> for it would be input and you would get the text out of the by tagname.name | tagname.innerhtml | tagname.outerhtml. There are so many more options but those will get you what you want Contact via MSN: [email=terarink_msn@hotmail.com]terarink_msn@hotmail.com[/email], yahoo: terarink_yah
Moderators big_daddy Posted June 20, 2008 Moderators Posted June 20, 2008 BTW, in a web page, it's called Text BoxNether one is 100% correct. He didn't specify whether it was single or multi line so it would be one of the following. input type=textSingle-line text entry control.textAreaMultiline text input control.
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