Jump to content

IE.au3 Opening URL in Firefox?


Recommended Posts

Is anyone else having this problem, I am using _iecreate() and it's opening the url with firefox and opening a blank IE windows and just waiting.

Thank you

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

#include <IE.au3>
$ie = _IECreate( "http://cyberzerocool.com", 0, 1, 1 )
ConsoleWrite( _IEBodyReadHTML( $ie ) )
_IEQuit( $ie )

It's very weird?

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

Nopper, No prob here!

I tried with and without Firefox being open

8)

hum? You know what I have just noticed?

I just installed IE7 a few days ago and when I run this script, it opens ie6 and not 7 but opens my default browser which is firefox.

So it must be that IE7 BLOWS, I am going to uninstall it again.

thanks

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

I am currently using IE 7, and i remember a few probs at firt too!

8)

well I just know that IE6 works, thanks

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

AFAIK You can't successfully install ie7 and keep your original ie6 without a lot of pain - shared files, etc..

Upgrade IE to IE7, or not... :whistle:

Option 1. Download MSVM[free] - or use your favorite VM - and grab the [time limited] XP+IE6 image.

Option 2. If you need multiple versions of IE for web testing, grab a standalone IE version (3.0, 4.01, 5.01SP2, 5.5SP2, 6.0) from evolt.org

Only thing - from a web-testing POV - is that the stand-alone versions use your latest installed version of javascript.

-Greg

Link to comment
Share on other sites

Is anyone else having this problem, I am using _iecreate() and it's opening the url with firefox and opening a blank IE windows and just waiting.

Thank you

There must be something funky going on on your machine.

The command you are executing boils down to:

$o_object = ObjCreate("InternetExplorer.Application")

$o_object.navigate ($s_Url)

There's no way that starts FireFox without some other crazy things happening...

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