vaibhavs Posted February 27, 2007 Posted February 27, 2007 Hi, I need to copy the HTML source of an table on a web page. Is there any way to copy the HTML source of only a particular section of a web page and copy it into notepad. Pls advice. Thank you. Vai
Moderators SmOke_N Posted February 27, 2007 Moderators Posted February 27, 2007 Hi,I need to copy the HTML source of an table on a web page.Is there any way to copy the HTML source of only a particular section of a web page and copy it into notepad.Pls advice.Thank you.VaiI believe some use some of the IE.au3 functions... I personally use InetGetSource() + _StringBetween() Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
vaibhavs Posted February 27, 2007 Author Posted February 27, 2007 How can I delete all lines begining with some string. Any direct function... I could not find any. Advices ?? Thx Vai
Shevilie Posted February 27, 2007 Posted February 27, 2007 Start in the helpfile look for the IE documentatyion Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
nerdgerl Posted March 1, 2007 Posted March 1, 2007 I believe some use some of the IE.au3 functions... I personally use InetGetSource() + _StringBetween()I use autoit v3.2.0.1 and have never seen _StringBetween(). Is that function part of the ie udf or is it in a help file of a different autoit version?? My AutoIT's:[topic="53958"]Personal Encyclopedia/Dictionary[/topic][topic="46311"]MS Access (Style) Database[/topic]"Some people are born on third base and go through life thinking they hit a triple."
Moderators SmOke_N Posted March 1, 2007 Moderators Posted March 1, 2007 I use autoit v3.2.0.1 and have never seen _StringBetween(). Is that function part of the ie udf or is it in a help file of a different autoit version??Most of us use the release 3.2.2.0 version. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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