Search found 4 matches
- Sat Jan 22, 2005 4:55 pm
- Forum: Technical / Scripting
- Topic: Saving Internet Web Pages
- Replies: 5
- Views: 9527
I'm still having trouble. Here is my script: VBSTART DIM IE Sub CreateIE Set IE = CreateObject("InternetExplorer.Application") IE.Visible = 1 End Sub Sub Navigate(URL) IE.Navigate URL do while IE.Busy loop End Sub VBEND VBRUN>CreateIE VBRUN>Navigate,http://www.rosnet2000.com/rx_asp/rosmain.asp Wait>...
- Fri Jan 21, 2005 2:27 pm
- Forum: Technical / Scripting
- Topic: Saving Internet Web Pages
- Replies: 5
- Views: 9527
Thanks for all your help. I'm confident I will be able to design something really nice. I will be registering my demo when I get home from work today. Keep up the great work! PS: Your resources for VBScript........FANTASTIC! Normally, I'm the kind of person who runs out to Barnes & Noble the minute ...
- Thu Jan 20, 2005 11:03 pm
- Forum: Technical / Scripting
- Topic: Saving Internet Web Pages
- Replies: 5
- Views: 9527
Thanks for the help but I was hopeful to simulate exact steps. The reason is, I have a parsing app that is already designed to extract the data from the html code. Another question if I may. I'm MCP certified in Visual Basic. I've never used VBScript. How close, if not 100% is VBScript code from VB ...
- Thu Jan 20, 2005 6:20 pm
- Forum: Technical / Scripting
- Topic: Saving Internet Web Pages
- Replies: 5
- Views: 9527
Saving Internet Web Pages
I have recently downloaded the trial version and I'm sure I will register shortly but there is something I've been trying to automate for sometime without any success. My hobby is greyhound handicapping, my trade is a VB programmer. I'm trying to download allot of race results and I need to figure o...