I'm in the process of updating some urls to use the
existing url
GetMyObj.setSrc("/WebResources/test_/Redirector/myHome.htm?redirectUrl=/afstel.CRM.MyService/MyService.aspx?subject=" + escape(subjectID) + "&incidentID=" + escape(Xrm.Page.data.entity.getId()) + "&caseID=" + escape(caseID));
modified/encoded
GetMyObj.setSrc("/WebResources/test_/Redirector/myHome.htm?DATA=redirectUrl:%2Fafstel.CRM.MyService/MyService.aspx?
subject%3D%2Bescape(subjectID)%2B"&incidentID="%2Bescape(Xrm.Page.data.entity.getId())%2B&caseID=%2Bescape(caseID)%2B
Is this the correct way to pass multiple values to a Web-Resource via data parameter? thanks