Problems with internet explorer

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
fthomas
Pro Scripter
Posts: 91
Joined: Fri Oct 03, 2008 6:40 pm

Problems with internet explorer

Post by fthomas » Tue Sep 29, 2009 11:37 pm

Goo day all,

I see to be having issues with Internet explorer. I created a script with webrecorder and it's not opening a internet explorer window to use. Here are the first few lines of the script...

Code: Select all

// Generated by MacroScript WebRecorder 2.1
// Recorded on Tuesday, September 29, 2009, at 03:49 PM

//Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt
MouseMove>0,0
Let>delay=1
IE_Create>0,IE[0]

IE_Navigate>%IE[0]%,mydomainname.com/cpanel/,r
WaitWindowOpen>Connect to mydomainname.com

I'm trying to run this on a vista machine running ie 8.

Frank

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Wed Sep 30, 2009 7:47 am

Did you disable "Protected Mode" as per the WebRecorder instructions:
In IE select Tools/Internet Options/Security and uncheck "Enable Protected Mode". You may also need to enable "Allow scripting of Microsoft web browser control".
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

fthomas
Pro Scripter
Posts: 91
Joined: Fri Oct 03, 2008 6:40 pm

Still not working

Post by fthomas » Wed Sep 30, 2009 4:32 pm

I did miss those steps, but completed them now, started another new and very simple script. Still not opening IE8.

Frank

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts