ConsultingJoe Posted March 24, 2007 Posted March 24, 2007 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 Check out ConsultingJoe.com
Valuater Posted March 24, 2007 Posted March 24, 2007 can you give us a small example script... just so we can follow what you are doing 8)
ConsultingJoe Posted March 24, 2007 Author Posted March 24, 2007 #include <IE.au3> $ie = _IECreate( "http://cyberzerocool.com", 0, 1, 1 ) ConsoleWrite( _IEBodyReadHTML( $ie ) ) _IEQuit( $ie ) It's very weird? Check out ConsultingJoe.com
Valuater Posted March 24, 2007 Posted March 24, 2007 Nopper, No prob here! I tried with and without Firefox being open 8)
ConsultingJoe Posted March 25, 2007 Author Posted March 25, 2007 Nopper, No prob here!I tried with and without Firefox being open8)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 Check out ConsultingJoe.com
Valuater Posted March 25, 2007 Posted March 25, 2007 I am currently using IE 7, and i remember a few probs at firt too! 8)
ConsultingJoe Posted March 25, 2007 Author Posted March 25, 2007 I am currently using IE 7, and i remember a few probs at firt too!8)well I just know that IE6 works, thanks Check out ConsultingJoe.com
Gollum Posted March 25, 2007 Posted March 25, 2007 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... 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.orgOnly thing - from a web-testing POV - is that the stand-alone versions use your latest installed version of javascript.-Greg
DaleHohm Posted March 25, 2007 Posted March 25, 2007 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 youThere 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
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