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
DeveloperDeveloper 

i want to display in multiple pages in single page by using pageblock section? how ??????

Best Answer chosen by Developer
Amit Chaudhary 8Amit Chaudhary 8
You can try iframe or tab view for same
1)https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_iframe.htm
<iframe height="600px" id="theIframe" name="theIframe" src="http://www.salesforce.com" width="100%"></iframe>
http://developer.force.com/cookbook/recipe/creating-tabbed-accounts

NOTE: in each tab you can open new page.
 

All Answers

Harish RamachandruniHarish Ramachandruni
Hi Gopal ,


 U can use Iframe inside every section .

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_iframe.htm

If it is usefull please make it as solved .

Any issue ask me .
Amit Chaudhary 8Amit Chaudhary 8
You can try iframe or tab view for same
1)https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_iframe.htm
<iframe height="600px" id="theIframe" name="theIframe" src="http://www.salesforce.com" width="100%"></iframe>
http://developer.force.com/cookbook/recipe/creating-tabbed-accounts

NOTE: in each tab you can open new page.
 
This was selected as the best answer