Logo
  2518 Erie Blvd East * Syracuse, NY 13224 * Ph: (315) 446-5321 Computer Centers
www.dwd.cc

 

Website links
This Page
History
Allworx
Share-A-Tech
Computer Repairs
Naturally Speaking
Networks
Custom Databases
Web Site Design
FAQ's
Location
<% ' Do not edit below this line ' --------------------------------------- sub subGetSharedVueContent() on error resume next dim objXmlHttpSV set objXmlHttpSV = Server.CreateObject("Msxml2.ServerXMLHTTP") objXmlHttpSV.setTimeouts 30000, 180000, 60000, 60000 strURL = "http://cisco.sharedvue.net/sharedvue/pull/?svhost=" & request.servervariables("server_name") & request.servervariables("script_name") if (len(request.querystring) > 0) then strURL = strURL & escape("?" & request.querystring) end if objXmlHttpSV.open "GET", strURL, False objXmlHttpSV.send if (objXmlHttpSV.status = 200) then response.write objXmlHttpSV.responseText else response.write vbcrlf & "" & vbcrlf end if set objXmlHttpSV = Nothing end sub ' subGetSharedVueContent call subGetSharedVueContent() %>