Thanks SkunkWorks.
That works OK.
Cheers
Hoa
Search found 12 matches
- Mon Jun 26, 2006 2:05 am
- Forum: Beginners
- Topic: Compilation Error: 1033 Unterminated string constant ????
- Replies: 3
- Views: 8228
- Fri Jun 23, 2006 11:56 am
- Forum: Beginners
- Topic: Compilation Error: 1033 Unterminated string constant ????
- Replies: 3
- Views: 8228
Sorry, forgot to attach the code Here is the code: VBSTART Dim IE Sub CreateIE(ShowIE) Set IE = CreateObject("InternetExplorer.Application") IE.Visible=ShowIE End Sub Sub Navigate(URL) IE.Navigate URL End Sub Sub WaitBusy do while IE.Busy loop End Sub Sub KillIE IE.Quit Set IE = nothing End Sub Func...
- Fri Jun 23, 2006 11:55 am
- Forum: Beginners
- Topic: Compilation Error: 1033 Unterminated string constant ????
- Replies: 3
- Views: 8228
Compilation Error: 1033 Unterminated string constant ????
Hi Support, here is my problem: I have a script that goes to a website, extract some tags and copies to a file for later use. But when I read back from the file in order to search a a string I got the the following error: Microsoft VBScript compilation error : 1033 Unterminated string constant Any t...
- Thu Jun 22, 2006 6:51 am
- Forum: Technical / Scripting
- Topic: How do I refer to the %IE[0]% object from vbscript ?????
- Replies: 1
- Views: 3237
How do I refer to the %IE[0]% object from vbscript ?????
Hi support,
If I have an IE created by calling the CreateIE function such as:
LibFunc>hIE,CreateIE,IE[0],0
How can I then refer to this IE instance (ie. %IE[0]% ) from within vbScript ?
Thanks , Hoa
If I have an IE created by calling the CreateIE function such as:
LibFunc>hIE,CreateIE,IE[0],0
How can I then refer to this IE instance (ie. %IE[0]% ) from within vbScript ?
Thanks , Hoa
- Thu Jun 22, 2006 4:20 am
- Forum: Beginners
- Topic: Need some help please please
- Replies: 4
- Views: 6758
- Thu Jun 22, 2006 1:11 am
- Forum: Beginners
- Topic: Need some help please please
- Replies: 4
- Views: 6758
- Wed Jun 21, 2006 8:51 am
- Forum: Beginners
- Topic: Need some help please please
- Replies: 4
- Views: 6758
Need some help please please
Hi support, Could some one please let know what am I doing wrong here. I have run the following script several times. But sometime It display the message box and sometime it does not. I just can't figure out what is the problem with it. Thanks soooooooo much for your help. VBSTART Dim IE Sub CreateI...
- Fri Jun 02, 2006 6:48 am
- Forum: Beginners
- Topic: GetListItem won't work with combobox?
- Replies: 1
- Views: 3761
GetListItem won't work with combobox?
Hi support, I looked at the sample code in Macro Scheduler Help file (under GetListItem) and tested out. The code would work fine with the listbox but when I tried to modified the code with the combobox the computer locked up at me. So, I had to close Macro Scheduler via the Task Manager. Here is th...
- Thu Jun 01, 2006 3:50 am
- Forum: Beginners
- Topic: Can't record website where frames are used!!!
- Replies: 2
- Views: 5478
- Wed May 31, 2006 7:05 am
- Forum: Beginners
- Topic: Can't record website where frames are used!!!
- Replies: 2
- Views: 5478
Can't record website where frames are used!!!
Hi, I am trying to logon to the following website: http://www.tabonline.com.au I used webrecorder to generate the script. But when I try to enter Account and Password the webrecorder did not generate the script. Here are the steps: -navigate to http://www.tabonline.com.au -click on 'Racing' image -E...
- Tue May 30, 2006 5:50 am
- Forum: Beginners
- Topic: How to Navigate to a URL without showing IE window ??????
- Replies: 2
- Views: 5931
- Mon May 29, 2006 5:49 am
- Forum: Beginners
- Topic: How to Navigate to a URL without showing IE window ??????
- Replies: 2
- Views: 5931
How to Navigate to a URL without showing IE window ??????
Hi,
I would like to navigate to a numbers of URLs and do something in the background and I don't want IE windows to display. Is there a way of doing this ?
Can some please help me with this?
Many thanks
I would like to navigate to a numbers of URLs and do something in the background and I don't want IE windows to display. Is there a way of doing this ?
Can some please help me with this?
Many thanks