| |
U800393
Posts: 5
Score: 0
Joined: 5/7/2007
Status: offline
|
Hello Everyone! I'm glad I found this group - I'm new to programming in VBS andVB and I am working on a project for work. Utizlizing VBS in IBM PCOMM Terminal emulator. I have a peice of code that I need some help with.... Set IE = createobject("InternetExplorer.Application") IE.Visible = True IE.Navigate "about:blank" I can get the website to load but trying to figure out if I can target the window it opens in and if it can open in that window each time?? Any help would be much appreciated. Thank you, Carl O.
|
|