Classic ASP Implementation Remember, your pages must be Active Server Pages (ASP) in order for the HttpPost method to work in the Classic ASP implementation. First, we'll obtain an iFrame link from the New Benefits Content Manager. Then, we'll insert this code into your page where you would like the RSS feed to display (you can have more than one per page): <%  url = "YOURURLHERE"  set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP")  xmlhttp.open "GET", url, false  xmlhttp.send ""  Response.write xmlhttp.responseText  set xmlhttp = nothing  %> Replace the placeholder YOURURLHERE with your iFrame link from the New Benefits Content Manager. Save your file and you're all set! Now, each time a visitor view your page, the page will grab and display the RSS feed from New Benefits.