<script src="C:\Inetpub\wwwroot\customws\QuoteWNoDisc\CSJSRequestObject.js"></script>
<script>
var _oid = Request.QueryString("id");
var _url = "http://yourcrmserver/ReportServer/Pages/ReportViewer.aspx?%2fReports%2fCRM+Quote+Account+no+discount+view&rs%3aCommand=Render&oTypeName=quote&oType=1084&oId=" + _oid;
window.location = _url;
window.close();
</script>
|