OLE-Browser ?

2005-08-08 Thread Chaddai
The OLE-Browser seems to have problems in the latest version. In fact Perlscript in IE doesn't work... Where could be the problem ? Perlscript on WSH works fine but it just won't work in IE even with all security disabled. I have WinXP SP2 upgraded with the latest patch, IE6 and ActivePerl 5.8.

Re: Login & Password

2005-08-08 Thread $Bill Luebkert
Octavian Rasnita wrote: > Hi, > > Try using: > > my $url = http://username:[EMAIL PROTECTED]/; Teddy, Clean up the post a bit and top posting isn't proper etiquette. If the above doesn't get it for you, take a look at WWW::Mechanize which can handle form input etc. >>Dear All, >>I was using a

Re: Login & Password

2005-08-08 Thread Octavian Rasnita
Hi, Try using: my $url = http://username:[EMAIL PROTECTED]/; Teddy - Original Message - From: "Sandeep Deshpande" <[EMAIL PROTECTED]> To: Sent: Monday, August 08, 2005 1:27 PM Subject: Login & Password > Dear All, > I was using a simple code to access web-pages in a variable and the

Login & Password

2005-08-08 Thread Sandeep Deshpande
Dear All, I was using a simple code to access web-pages in a variable and then process them further. However there are many instances when the page demands Login & Password. If I know the login & password then what is the correct way to login to the site and download any page out of it? Do I need t