Y
yuvalbra
Does anyone know how to implement a stock quote using ASP on a
website?
Any sample code or components, etc., would be appreciated.
I try this but got error 500 on page
strURL = "http://finance.yahoo.com/q?s=MSFT"
Set objXMLHTTP = CreateObject("Microsoft.XMLHTTP")
objXMLHTTP.open "GET",strUrlAddress, false
objXMLHTTP.send
ProcessUrl = objXMLHTTP.ResponseText
Set objXMLHTTP = Nothing
B.R
website?
Any sample code or components, etc., would be appreciated.
I try this but got error 500 on page
strURL = "http://finance.yahoo.com/q?s=MSFT"
Set objXMLHTTP = CreateObject("Microsoft.XMLHTTP")
objXMLHTTP.open "GET",strUrlAddress, false
objXMLHTTP.send
ProcessUrl = objXMLHTTP.ResponseText
Set objXMLHTTP = Nothing
B.R