Skip Menu |

This queue is for tickets about the Win32-IEAutomation CPAN distribution.

Report information
The Basics
Id: 40242
Status: open
Priority: 0/
Queue: Win32-IEAutomation

People
Owner: Nobody in particular
Requestors: dhirendra_jha [...] in.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: Not able to use with IE7
Hello, Thanks for this module in Perl. I am using IE7 on windows XP SP2. The script is not working. There are two windows of IE7 is opening and getting error message "Can't call nethod readystate on an undefined value at C:/Perl/site/lib/Win32/IEAutomation.pm line 561". Browser - IE7 OS - Win XP SP2 Note - The same script is working fine in IE 6.5 Please let me know how this issue will resolved. Regards, Dhirendra Jha
Subject: Not able to use with IE7
From: jakob.staerk [...] gmail.com
Had the same problem, it turns out that the root cause is the security setup in IE7. I would guess that your security settings cause IE7 to open a web page that changes security zone in another window, doing that cause a new window to be opened, and the Win32::IEAutomation->New points at the first (empty) window. Try adjusting either the security settings of IE7 or the url of the page you want to access. In my case switching to FQDN did the trick. Regards Jakob Staerk On Tue Oct 21 23:53:26 2008, dhirendra_jha@in.com wrote: Show quoted text
> Hello, > > Thanks for this module in Perl. > > I am using IE7 on windows XP SP2. The script is not working. There are > two windows of IE7 is opening and getting error message "Can't call > nethod readystate on an undefined value at > C:/Perl/site/lib/Win32/IEAutomation.pm line 561". > > Browser - IE7 > OS - Win XP SP2 > > Note - The same script is working fine in IE 6.5 > > Please let me know how this issue will resolved. > > Regards, > Dhirendra Jha
Subject: Re:[rt.cpan.org #40242] Not able to use with IE7
Date: Wed, 19 Nov 2008 09:58:06 +0530
To: "bug-Win32-IEAutomation" <bug-Win32-IEAutomation [...] rt.cpan.org>
From: "Dhirendra Jha" <dhirendra_jha [...] in.com>
Hello,Thanks for the reply.Could you please let me know howI will do this as per your suggestion "Try adjusting either the security settings of IE7 or the url of the page you want to access. In my case switching to FQDN did the trick".Please explain.Regards, Dhirendra Jha Original message From:Jakob Staerk via RT< bugWin32IEAutomation@rt.cpan.org >Date: 18 Nov 08 03:18:45Subject:[rt.cpan.org #40242] Not able to use with IE7To: dhirendrajha@in.comHad the same problem, it turns out that the root cause is the security setup in IE7. I would guess that your security settings cause IE7 to open a web page that changes security zone in another window, doing that cause a new window to be opened, and the Win32::IEAutomation>New points at the first (empty) window. Try adjusting either the security settings of IE7 or the url of the page you want to access. In my case switching to FQDN did the trick.Regards Jakob StaerkOn Tue Oct 21 23:53:26 2008, dhirendrajha@in.com wrote: > Hello, >> Thanks for this module in Perl. >> I am using IE7 on windows XP SP2. The script is not working. There are > two windows of IE7 is opening and getting error message "Can't call > nethod readystate on an undefined value at > C:/Perl/site/lib/Win32/IEAutomation.pm line 561". >> Browser IE7 > OS Win XP SP2 >> Note The same script is working fine in IE 6.5 >> Please let me know how this issue will resolved. >> Regards, > Dhirendra Jha