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
ani123ani123 

CAN ANYONE HELP ME HOW TO OPEN AN PAGE IN NEW WINDOW

HI ALL,

I HAVE A VF PAGE 1 AND VF PAGE 2

ONCLICK OF SAVE IN VF PAGE 1 WILL GENERATE THE VALUES OF VF PAGE 1 IN 2 .]

I WANT THIS PAGE TO DISPLAY IN NEW WINDOW.

 

CAN ANYONE HELP ME URGENT!!!!!!!!!!!!!!!!!!

stcforcestcforce

i'm new to vf but i think you could perform the operation via a commandlink with target parameter set to _blank.

Chamil MadusankaChamil Madusanka

Hi,

Try this,

 

<apex:outputLink  value="/apex/yourPageName" target="_blank" id="action" >Your Text                
                  </apex:outputlink>

 If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

 

Chamil's Blog