% strAdres = "http://www.tcmb.gov.tr/kurlar/today.html" Public Function VeriAl(strGelen) Set objVeriAl = Server.CreateObject("Microsoft.XMLHTTP" ) With objVeriAl .Open "GET" , strGelen, FALSE .sEnd VeriAl = .Responsetext End With SET objVeriAl = Nothing End Function strVeri = VeriAL(strAdres) iDolar=InStr(strVeri,"USD" ) strDolarAlis=Mid(strVeri,iDolar+39,10) strDolarSatis=Mid(strVeri,iDolar+51,10) iEuro=InStr(strVeri,"EUR" ) strEuroAlis=Mid(strVeri,iEuro+38,11) strEuroSatis=Mid(strVeri,iEuro+50,11) %>
|
||||||||||||||||