i am integrating localhost website into an our i frame..
how to do this one actually my code was
function my()
{
var IFrame = Xrm.Page.ui.controls.get();
var email = Xrm.Page.data.entity.attributes.get("new_email").getValue();
var newTarget= "http://localhost:8080/WebApplication1/faces/pages/UI/newemp.jsp" + email;
IFrame.setSrc(newTarget);
}
its show error.......
Bharath,
What Microsoft Dynamics product are you using?
Justin Salter
Community Manager