How to Open Dynamics CRM into Static HTML Iframe.
Please check the sample.
<html>
<head>
<title>HTML Iframes</title>
</head>
<body>
<p>Document content goes here...</p>
<iframe src="crmserver/dynamicscrm" style="width:100%;height:100%" >
Sorry your browser does not support inline frames.
</iframe>
<p>Document content also go here...</p>
</body>
</html>
*This post is locked for comments