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
gk_mygurugk_myguru 

Create a pop up to take inpur from user

Hi ,

 

I have created a custom button on Opportunity on which I want to open a pop up that will take an input from the user and based on that some of the Opportunity data has to be render on the new VF page.

I am new to this stuff ... Please anyone can help me ?

 

Thanks in advance.

 

Chamil MadusankaChamil Madusanka

Hi,

 

Try this example. It is from one of my previous post. Use that code for your scenario.

 

http://boards.developerforce.com/t5/Visualforce-Development/Pop-up-window-in-visualforce/m-p/340935#M41251

 

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

 


gk_mygurugk_myguru

Hi,

 

This code is fine however I want to display a pop up immediatly as the page loads...

i.e. after clicking the Opportunity custom button the Pop up should display and based on its input (Say OppID)the details of the Opportunity should be displayed on the VF page. 

 

Regards,

 

gk_myguru




gk_mygurugk_myguru

Hi,

 

I have not get the right idea for this anyone can help me with this please ?