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 escribió:
> 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/methods/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

Reply via email to