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/navigate.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.

-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to