DukeBlueDevil
Junior Member
Hi All,
I'm trying to access a simple stock quote Web service through ASP. Below is my code:
But I get the following error:
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: '[number: 26.86]'
/test.asp, line 20
line 20 refers to the Set result = client.getQuote("MSFT") line.
What's the problem?
Thanks for any help!
I'm trying to access a simple stock quote Web service through ASP. Below is my code:
But I get the following error:
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: '[number: 26.86]'
/test.asp, line 20
line 20 refers to the Set result = client.getQuote("MSFT") line.
What's the problem?
Thanks for any help!