fabio Posted January 10, 2005 Posted January 10, 2005 how to identify a state (enable or disable) of a field in Web Page ??
wfuehrer Posted January 10, 2005 Posted January 10, 2005 I think this is a problem because HTML sites are not like GUI-Applications. You have to read the sourcecode of the loaded site, look for the name of the field and see if "selected" is written there. IE is interpreting the Sourcecode the same way and brings it up to screen. Wolfgang Führer
this-is-me Posted January 10, 2005 Posted January 10, 2005 You can interact with the page using javascript or vbscript. Who else would I be?
fabio Posted January 10, 2005 Author Posted January 10, 2005 how to identify a state (enable or disable) of a field in Web Page ??<{POST_SNAPBACK}>how i do it in AutoIt language ?how a read the web page code that i access ?
this-is-me Posted January 10, 2005 Posted January 10, 2005 For reading the source code of a webpage use InetGet. Who else would I be?
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