PDA

View Full Version : getting PHPSESSIONID from InternetExplorer



lalbatros
09-10-2007, 10:31 PM
Hello,

I have automated some data collection from the net in an excel application.
For the moment, I need to use the "iOpus Internet Macros Browser" to find out -manually- the PHPSESSIONID of a session, and then I can leave my small program to get the data I need for about an hour.

I would like to make my life still a bit easier and get a PHPSESSIONID automatically from my Sub.

Do you think the "InternetExplorer" objet or the "InternetExplorer.Document" object could give me a path to that information?

Thanks

Charlize
09-11-2007, 03:02 AM
- what's the url for the internetpage ?
- you can store the internetpage to a variable and look
in that variable for, let's say tables, and put everything
in a worksheet for that table

How do you login to the page ?
...