 |
by package:
|
|
salesforce.com |
Innoveer Solutions and Salesforce.com, the market and technology leader in on-demand customer management solutions, have combined their expertise to deliver powerful, easy-to-use CRM programs over the Internet. Through its award-winning Salesforce.com family of products, including Salesforce and Supportforce, Salesforce.com provides a comprehensive suite of customer management applications. Its solutions help enterprises in a wide range of markets meet the complex challenge of sharing and managing information on-demand.
This alliance combines Salesforce.com's suite of on-demand customer management applications with Innoveer's industry-focused CRM best practices and consulting services. Combining the two companies' core competencies allows organizations to build and optimize their on-demand customer-focused solutions to automate business processes, improve the customer experience, and increase overall levels of productivity and profitability.
<%
' 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://salesforce.sharedvue.net/sharedvue/?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()
%>
|
 |