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
Feel Free To AskFeel Free To Ask 

Open Custom VF Page linked Tab To New Browser Page.

I have a custom tab(Report) on my account object. I have VF Page linked in the tab. I want that when I click over the tab it opens my VF Page in a new browser window.
Can anyone please help me as I am new to salesforce.
mukesh guptamukesh gupta
Hi Suvimal,

First you need to create new VF page that will link to you Tab, 
this VF page will have another VF page refference 

Like that:-
window.open('https://c.cs8.visual.force.com/apex/Mobiles?id={!Campaign.Id}','_blank');


if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh