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
DurgaPrasadChowdaryDurgaPrasadChowdary 

about iframes in visual force

Hi...iam trying to display two vf pages in another page using iframes..........

when iam saving a record into an object using first vf page i.e iframe1 the record is stored into database and,.................i need to refresh the iframe2 when i click on the save button in iframe1's vf page.......................

             -----------------can any one provide the solution for this.................................  

Edwin VijayEdwin Vijay

You may have to use javascript to achieve this..  since there are multiple pages involved you will have to fetch the correct id of the elemnet you would want to refresh... i guess you can find good samples by googling