I tried using something like this:
And the new window is opening properly, but the page displayed in the new window is just a repeat of the page where the link resides. How do I direct the new window to open /apex/Probability_Guide?Thanks in advance!John<b><apex:outputLink onclick="window.open(URL,'/apex/Probability_Guide','width=500,height=500')">Prob%</apex:outputLink></b>
2 Antworten
Here is snippet for your scenario. Let me know if you have any issues.
Thanks,pRAMODH.<b><apex:commandLink reRender="button" onclick="window.open('/apex/Probability_Guide','','width=500,height=500')" id="button">Prob%</apex:commandLink></b>