You need to sign in to do that
Don't have an account?

Visualforce page within a dialog
Hi,
For example....
I have a custom visualforce page that shows data from a custom object (Product). This product has accounts linked to it and when you click one of the accounts displayed on the screen i want a dialog box to appear with the Account information within it (but hosted in a seperate visualforce page - or what looks like a visual force page) within it.
Is this possible?
Thanks,
Craig
This is definitely doable. You can create a visualforce page that will receive Id and display the account information.
On your Product detail page, you can use the above Account information page to show as popup or modal dialog.
Regards,