Sorry for the late reply..  I kind of forgot about Activestate for a
month.. :(

I have absolutely no problems with IE.Application scripts...  I'd be
available for personal requests for help if necessary.  I create a lot
of IE scripts.

I'd probably suggest that you take your Navigate method down to
$IE->Navigate('http://192.168.7.1') and see if the error goes away.

Steven

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
StoneBeat
Sent: Thursday, July 14, 2005 3:35 PM
To: perl-win32-users@listserv.ActiveState.com
Cc: $Bill Luebkert
Subject: Re: Problem With Win32::OLE and InternetExplorer.Application

It must be with InternetExplorer.Application.

I have tryed with Microsoft.XMLHTTP and it works but, this object dont
use Internet Explorer and for my project i must use it.

Thanks Bill

El Jueves 14 Julio 2005 03:30, $Bill Luebkert escribio:
> StoneBeat wrote:
> > Hi, i am triying to do a POST request with 
> > InternetExplorer.Application but the object refuses to do it and
always does a GET request.
> >
> > Searching in MSDN i have found :
> >
> > 
> >http://msdn.microsoft.com/workshop/browser/webbrowser/reference/metho
> >ds/n
> >avigate.asp
> >
> > and my Code is :
> >
> > use Win32::OLE qw(EVENTS);
> > use strict ;
> >
> > my $IE  = Win32::OLE->new("InternetExplorer.Application");
> >
> > my $respuesta = "X" x 2000 ;
> >
> >
> > $IE->Navigate('http://192.168.7.1',0,'_BLANK',$respuesta,undef);
>
> Why not use LWP instead or do you need the browser window ?
>
> Maybe a little background on what you're trying to do.

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to