Author |
Topic |
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
interlokk
Starting Member
23 Posts |
Posted - 20 March 2004 : 15:24:00
|
quote: Originally posted by titanium
I was having this error too ...
quote: Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument: 'Left'
/myowngoogle.asp, line 122 ]
Fixed it by changing line 122 from:
strSearchResults = left(strResponsePage,inStr strResponsePage,"</estimatedTotalResultsCount>")-1)
to ...
strSearchResults = left strResponsePage,"</estimatedTotalResultsCount>")-1 Not sure what this does, but it works now!
I was having this error too and after I fixed it as the previous instrunctions I getting this error now:
Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: "</estimatedTotalResu"]'
/disc/myowngoogle.asp, line 502
What's wrong??? |
Edited by - interlokk on 20 March 2004 15:30:55 |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
interlokk
Starting Member
23 Posts |
Posted - 20 March 2004 : 16:42:02
|
I've tried change the line 502 from:
strSearchResults = left(strResponsePage,inStr strResponsePage,"</estimatedTotalResultsCount>")-1) to: strSearchResults = left strResponsePage,"</estimatedTotalResultsCount>")-1
Thus, I thought I've messed the parentheses before the strResponsePage so I changed it to
strSearchResults = left (strResponsePage,"</estimatedTotalResultsCount>")-1-->is more logical!
but I still getting those last error message...Anyway, here you can take a look at my myowngoogle.asp code |
Edited by - interlokk on 24 March 2004 13:02:05 |
|
|
abcdefghij
Starting Member
1 Posts |
Posted - 20 March 2004 : 19:24:54
|
a |
|
|
interlokk
Starting Member
23 Posts |
Posted - 24 March 2004 : 12:57:11
|
This is a good MOD and very useful but unfortunatly it hasn't worked... |
|
|
Topic |
|