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
Vimisha JainVimisha Jain 

How to insert custom button in standard page with in middle of section when i click on that section i want to open new vf page like popup some one help me pls

  Hi all,

I have one standard page with in that i want to insert one custom button with in some below section ...whenever i click on that button i have a url so that url page i want to display in new popup window pls some one help how can i do this 

thanks 
Best Answer chosen by Vimisha Jain
Grazitti TeamGrazitti Team

Hi Vimisha,

Please Refer the below link:

http://blogforce9.blogspot.in/2014/01/simple-popup-in-salesforce-standard-vf.html

We hope this will solve your problem.


please don't Forget to Mark this as your best answer if it works fine for you

Regards,
Grazitti Team
Web: www.grazitti.com

All Answers

Denis VakulishinDenis Vakulishin
Hi Vimisha,
When you creating "Cutom button" you should set some Javascript code. So in this code hust use
for example 
Content Source : OnClick Javascript
Code: window.open('{!URLFOR($Action.User.Edit,  User.Id , null, true)}')

Grazitti TeamGrazitti Team

Hi Vimisha,

Please Refer the below link:

http://blogforce9.blogspot.in/2014/01/simple-popup-in-salesforce-standard-vf.html

We hope this will solve your problem.


please don't Forget to Mark this as your best answer if it works fine for you

Regards,
Grazitti Team
Web: www.grazitti.com

This was selected as the best answer