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
ravindraravindra 

Navigate between the visualforce pages inside an iframe

Hi,

 

   I have crreated tab menu and within each tab i have called an <apex:iframe src="page1"/> tag with a page.

In page1 I have something like <apex:commandButton action="/apex/page2">. It is navigating to page2 bt in page to if i am calling page1 ex:  <apex:commandButton action="/apex/page1">. its not being opened in the same iframe created its open in a new window. Can anybody help me out.

 

 

Regards,

Ravindra