Reputation: 23
I created a visualforce page where i've a tag. When it is clicked, i want to open another visualforce page in the modal popup query.
Upvotes: 2
Views: 1948
Reputation: 841
Perhaps you could put an IFRAME in the DIV tag that renders the modal popup window, and then render your second Visualforce page inside that iframe? That would probably be my first inclination.
Upvotes: 1