user1913000
user1913000

Reputation: 23

How to call a visualforce page in modal popup jquery?

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

Answers (1)

amrcn_werewolf
amrcn_werewolf

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

Related Questions