Hi, I'm just starting to use Windows scripting and could use some basic help to get me jump-started. (I wish I had known about it for a previous project).
I need to write a script to perform some data retrieval from a web site. I was looking at the iOpus macro package, but for anything complicated they require wsh coding, so it seems to me that I might as well do the whole thing in wsh/vbscript. I'm looking for basic examples and info...
Here's what I'm trying to do. I need to go to a site, fill in a form (so I need basic DOM information for filling in a form field and pressing submit), navigate through a link, and then if another link is on the page navigate through that one as well (otherwise stop). Then write out a note to a status file.
The site requires cookies for authentication, so I assume that I need to script Internet Explorer, though I was also looking at using WinHTTP directly (does that support cookies?).
Thanks for any info!
-Rob
I need to write a script to perform some data retrieval from a web site. I was looking at the iOpus macro package, but for anything complicated they require wsh coding, so it seems to me that I might as well do the whole thing in wsh/vbscript. I'm looking for basic examples and info...
Here's what I'm trying to do. I need to go to a site, fill in a form (so I need basic DOM information for filling in a form field and pressing submit), navigate through a link, and then if another link is on the page navigate through that one as well (otherwise stop). Then write out a note to a status file.
The site requires cookies for authentication, so I assume that I need to script Internet Explorer, though I was also looking at using WinHTTP directly (does that support cookies?).
Thanks for any info!
-Rob