Advertisement
Guest User

Untitled

a guest
Apr 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.23 KB | None | 0 0
  1. TempoEsperaXmlS3 = 6
  2. Set objXMLhttp = Server.Createobject("MSXML2.ServerXMLHTTP.6.0")
  3. objXMLhttp.open "GET", "URL PHP", True
  4. objXMLhttp.send()
  5. If objXMLhttp.waitForResponse(TempoEsperaXmlS3) Then
  6.  
  7. End If
  8. Set objXMLhttp = Nothing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement