function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PremanathPremanath 

How to Divide a vF page into 6 differene page

Hi guys

Plz help in this requirement

 

How to divide a vf page into diffrent frames

bob_buzzardbob_buzzard

If these are genuinely frames then you can use the apex:iframe component to pull in each of them.

BewitchedBewitched

Hi,

 

I have never used it but I think you would require to call each VF page in an Iframe.  Ther would be a Master page and in that page there would be 6 iframes with defined Height and Width so that every frame is synchronized with the other one.

 

Moreover, You can also play around the iframe so that you can make it look presentable. 

 

Calling could be like :- 

 

<iframe src="https://c.YOURINSTANCE.visual.force.com/apex/YOURPAGENAME" height="200">

 

A link that explains the properties of an iframe:-

http://www.w3schools.com/tags/tag_iframe.asp

 

See if this works for you. 

 

 

Thanks,

Tulika

PremanathPremanath

Thanks BOb..

 

 

Not Actually

The requirement is

Add some fields in one freme

add some thing in another frame like that...

bob_buzzardbob_buzzard

I think you'll need to give us more information then - it doesn't sound like you are using frames to me.

PremanathPremanath

Thanks Bewitched

 

It's working but plz make it by using only one vf page...

BewitchedBewitched

Hi, I agree with Bob, you could do that if you devide page in differrent sections. Please clarify your requirement.

 

Thanks,

 

PremanathPremanath

Actually for Five9 phone caller

 

he wants userfriendly page when he call to Lead

 

The sections like wise in frame

Lead details                                         Program

Interview schedule                             comments

call log activity history                         Attach Doc