Jump to content

IE - Get Property of Connecting


JohnBailey
 Share

Recommended Posts

I'm looking through the IE include developed by Dale, but I cannot find a way to get the status of the tab in IE7. I looked specifically at _IEPropertyGet(), but I don't know which one gets me the "tab's header." What I'm talking about is in IE7 when you start connecting to a website/page the IE tab displays "connecting..." I need to test for that and then do a timeout of sorts. I'm also curious in general.

Thanks!

A decision is a powerful thing
Link to comment
Share on other sites

I'm looking through the IE include developed by Dale, but I cannot find a way to get the status of the tab in IE7. I looked specifically at _IEPropertyGet(), but I don't know which one gets me the "tab's header." What I'm talking about is in IE7 when you start connecting to a website/page the IE tab displays "connecting..." I need to test for that and then do a timeout of sorts. I'm also curious in general.

Thanks!

Is it necessary to use a "tab"? If not, you can use _IELoadWaitTimeout()...

[center][/center]

Link to comment
Share on other sites

Is it necessary to use a "tab"? If not, you can use _IELoadWaitTimeout()...

No, it is not necessary to use a "tab." However, I have a little GUI that acts as an interface for some of the employees here for a site they have to use all the time. It would be nice to be able to pull that info. I can do the same effect with _IELoadWait() or _IELoadWaitTimeout(), but I was very curious if getting the "connecting.." msg was possible.

Thanks anyways though. It doesn't look like anyone knows if it's possible and it's not really important that I know.

A decision is a powerful thing
Link to comment
Share on other sites

I haven't seen an API for that... IE actually tries to not let a document know that it is running in a tabbed environment... as useful as that would be for you and I it could be exploited by hackers and cause all sorts of trouble.

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

I haven't seen an API for that... IE actually tries to not let a document know that it is running in a tabbed environment... as useful as that would be for you and I it could be exploited by hackers and cause all sorts of trouble.

Dale

I don't know how a document knowing that it is running in a tabbed environment can be exploited by hackers, but I trust you! :)

Thanks

A decision is a powerful thing
Link to comment
Share on other sites

I guess it isn't the "knowing" part, but rather the being able to do something about it part... if you could know that you were in a tabbed env and could do something to activate another tab or affect its behaviour or contents. So if you can't do the later, there is no need to know the former...

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

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...