2014-09-29 67 views
0
<% 

account = "001" 
password = "xxx" 

Set httpReq = Server.CreateObject(""MSXML2.XMLHTTP) 
httpReq.Open 
httpReq.Send 

If Error <> "" Then 
... 
Else 
Dim Address 
... 
End IF 

%> 

这是什么语言?它来自HTTP Web服务器上的ASP文件。
HTML页面是使用XML HTTP POST跨数据发送给它,而我需要它提供从ASP文件识别lanaguage

+1

它看起来很像Visual Basic for Applications。 – usr2564301 2014-09-29 11:09:03

+0

好的,非常感谢 – 2014-09-29 11:30:44

回答