function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
<apex:page> <apex:form> <div style="float:left"> <apex:iframe src="/apex/page1" scrolling="true" id="theIframe" width="50%"/> </div> <apex:iframe src="/apex/page2" scrolling="true" id="theIframe" width="50%"/> </apex:form> </apex:page>
<apex:page> <table> <tbody> <tr> <td> <apex:include pageName="page1"> </apex:include> </td> <td> <apex:include pageName="page2"> </apex:include> </td> </tr> </tbody> </table> </apex:page>
<apex:page > <apex:form > <apex:iframe src="/apex/pageOne" scrolling="true" id="Iframe1" width="50%"/> <apex:iframe src="/apex/pageTwo" scrolling="true" id="Iframe2" width="50%"/> </apex:form> </apex:page>
check this once also
check this once also;-
I am not using visualforce. I am using Lightning component.
Thanks
sai