• λ我爱Aspx >> Asp.Net >> 无需.net和专用组件实现用asp访问webservice
  • 无需.net和专用组件实现用asp访问webservice

  • :aspxer  Դ:internet  :2007-5-28 20:38:00  ؼ:.net,web,asp,webservice
  • Set nodesName=myXML.documentElement.selectNodes("//Name")

    REM -- uncomment the following lines if we want to access the DataUpdated and the Domain Nodes

    REM --Set nodesDateUpdated = myXML.documentElement.selectNodes("//DateUpdated")

    REM --Set nodesDomain = myXML.documentElement.selectNodes("//Domain")

    REM -- the number of nodes in the list

    NumOfNodes = nodesURL.Length

    ResourceList = "<font face=verdana size=2>Latest ASP.NET Resources</font><ul>"

    For i = 0 to NumOfNodes -1

    ResourceList = ResourceList & "<li><a href=" & nodesURL(i).text & "><font face=verdana size=2>" &

    nodesName(i).text & "</font></a></li>"

    next

    ResourceList =ResourceList & "</ul>"

    Ҷƪл˵?
  • һƪwebservice系列教学(1)
    һƪ根据客户端输入的文字生成图片,再传回给客户端的webservice