HR78 Posted September 9, 2011 Posted September 9, 2011 (edited) Hi guys. I have a stupid question I have _ienavigate following: #include <IE.au3> $oIE = _IECreate("http://3hot-shots.com/") ; how replace $carrier = _IEBodyReadHTML($oIE) $carrier = StringReplace($carrier, "Начало", "") $carrier = StringReplace($carrier, "Торенти", "") _IEBodyWriteHTML($oIE, $carrier) this script replace string in home page - Ok, But how replace $carrier in all pages??? Thanks in advance. Edited September 9, 2011 by HR78
HR78 Posted September 12, 2011 Author Posted September 12, 2011 Hi guys. I have a stupid question I have _ienavigate following: #include <IE.au3> $oIE = _IECreate("http://3hot-shots.com/") ; how replace $carrier = _IEBodyReadHTML($oIE) $carrier = StringReplace($carrier, "Начало", "") $carrier = StringReplace($carrier, "Торенти", "") _IEBodyWriteHTML($oIE, $carrier) this script replace string in home page - Ok, But how replace $carrier in all pages??? Thanks in advance. 0 replies59 viewsNo way out??
EndFunc Posted September 12, 2011 Posted September 12, 2011 Wouldn't you have to go to each page you want to do that with? Looks like you are just doing it for the home page only. Try using it with other pages. EndFuncAutoIt is the shiznit. I love it.
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