| |
|
|
|
| |
|
|
EMC Content Syndication
<%
// Do not edit below this line
// ---------------------------------------
try
{
String strSVHost = "";
String strSVContentLine = "";
String strSVPullURL = "http://emc.sharedvue.net/sharedvue/pull/";
if (request.getServerName() != null) { strSVHost += request.getServerName(); }
if (request.getRequestURI() != null) { strSVHost += request.getRequestURI(); }
if (request.getQueryString() != null) { strSVHost += "?" + request.getQueryString(); }
strSVPullURL += "?svhost=" + java.net.URLEncoder.encode(strSVHost);
java.net.URL urlSVContent = new java.net.URL(strSVPullURL);
java.io.BufferedReader brSVContent = new java.io.BufferedReader ( new java.io.InputStreamReader(urlSVContent.openStream() ) );
while ( (strSVContentLine=brSVContent.readLine()) != null ) { out.println(strSVContentLine); }
brSVContent.close();
}
catch(Exception eSVPull)
{
out.println("");
}
%>
|
|
|
| |
For more
information call our toll-free phone number 800.567.5964
San Antonio, TX |
Austin, TX |
Dallas, TX |
Houston, TX |
New Orleans, LA |
Tulsa, OK |
Santa
Fe, NM
© Copyright 2010 -
Sigma Solutions, Inc. All Rights Reserved
|
Terms of Use |
Privacy |
Site Map |
|
|