qaravi Posted October 1, 2007 Posted October 1, 2007 how can i get the static text of a web page? the scenario screen print i attached . can i get the piece of code to get the static text thanks, ravistatic_text.bmp
Moderators big_daddy Posted October 5, 2007 Moderators Posted October 5, 2007 (edited) You can use _IEBodyReadText() to get all the text on the page, or you can get a reference to element and call the .innerText method. I'd suggest next time using a title that better fits the topic. Edited October 5, 2007 by big_daddy
qaravi Posted October 8, 2007 Author Posted October 8, 2007 You can use _IEBodyReadText() to get all the text on the page, or you can get a reference to element and call the .innerText method.I'd suggest next time using a title that better fits the topic.definitelythank you very much ravi_qa
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