Jump to content

Recommended Posts

Posted (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 by HR78
Posted

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 replies
  • 59 views
No way out??
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...