Jump to content

_IENavigate can't find gui when html code changes


pillbug
 Share

Recommended Posts

I have embedded internet into my gui. I want to be able to rewrite a window/page (not sure the world). After I clicked on a link. I suspect my variable, in my case $IE, is changed when I go to a new html.

blah blah, this is where I'd create the object


_IENavigate($IE, "")
_IEBodyWriteHTML($IE,$html)

This is what I do to clear the page, however, if I click on a link, it doesn't work

_IENavigate($IE, "")

You are probably asking, why don't I just hide this window and create a new window. The reason is the link I go to has music on it, which is constantly playing, even when the window is hidden, through

GuiSetState(@SW_HIDE)

Perhaps, the question is, is there a way to delete a gui? or find the new value of $IE?

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...