how to set http timeout using asp?

JiNx

New Member
This is my asp code\[code\]<%http = server.createobject("microsoft.xmlhttp")http.open "post", servleturl, falsehttp.setrequestheader "content-type", "application/x-www-form-urlencoded"http.setrequestheader "accept-encoding", "gzip, deflate"http.send "request=" & sxmlhttp_response = http.responsetext%>\[/code\]i need to make TimeOut when the response not come in 15 seconds how?
 
Back
Top