You need to sign in to do that
Don't have an account?

on click of custom button vf page opens in new tab
Hi have made a vf page and a custom button on campaign members. when i click on the cutom button i had given the function of executing javascript.
window.open('https://c.cs8.visual.force.com/apex/Mobiles?id={!Campaign.Id}','','scrollbars=no,menubar=no,height=600,width=800,resizable=yes,toolbar=yes,location=yes,status=yes');
its opening the new window but i want to open it in new tab. Please help
window.open('https://c.cs8.visual.force.com/apex/Mobiles?id={!Campaign.Id}','','scrollbars=no,menubar=no,height=600,width=800,resizable=yes,toolbar=yes,location=yes,status=yes');
its opening the new window but i want to open it in new tab. Please help
Try with this:
All Answers
will more often than not open a new tab. However, this is not guaranteed, and each user can change their browser settings.
Try with this: