Hi folks,
I have created a web resource with Iframe and added web resource inside Custom entity Form Tab section and web page loaded fine inside iframe.
This is my web resource code,
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>QUOTE</title>
<script src="ajax.googleapis.com/.../jquery.min.js"></script>
<script type="text/javascript">
function RetrieveDomainName()
{
document.getElementById("iframeurl").src = newquoteurl;
//parent.location = newquoteurl
}
</script>
</head>
<body>
<iframe id="iframeurl" src="about:blank" height="450" width="1000" onload="RetrieveDomainName()"></iframe>
</body></html>
But my issue is, I want my iframe to be fill with full screen in all screen size/resolution like below screentshot,
Note: Below page has loading inside iframe from Web resource HTML.
My IFrame web resource loading inside Custom entity Tab Section with spaces as mentioned second screenshot. I want to my iframe to be full screen like first screenshot.
Kindly advice how to solve the mentioned issue.
Thanks,
srini