I am working with a Commerce Manager and I need to be able to embed their payment system with my MVC 4 project.
Sample code below.
<iframe id="sFrame" width="200" height="300" src="<%=request.getContextPath()%>https:/comManager.com/pay_school/rce_manager/payer.do?order=s_cart&contentEmbedded=true" frameborder="yes" scrolling="no">
</iframe>
I tried this but no luck. --- UPDATED CODE BELOW ----
<iframe id="sFrame" width="200" height="300" src="@System.Web.HttpContext.Current.Request.ApplicationPath https:/comManager.com/pay_school/rce_manager/payer.do?order=s_cart&contentEmbedded=true" frameborder="yes" scrolling="no">
</iframe>