• Yuvika
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies

Hi,

I want to display a pop up window on click of a button.

I am using this code but this is displaying a proper Salesforce page with all tabs and sidebars. What should i change in this code to remove sidebars and tabs on the popup window. 

 

window.open(url,"Homepage","resizable=yes,status=yes,scrollbars=no,width=800,height=400,target=_blank");

 

Thanks

Yuvika

  • October 15, 2013
  • Like
  • 0

Hi,

I need help with visual force pages.

I am opening a pop up window on click of a button on one of my custom visualforce page. One pop up window, I am creating a new object and saving it.

 

On save , I need to save and close the pop up window and rerender the parent page with new results from database.

It would be great if sample code can be provided.

 

 

Thanks

Yuvika 

  • September 30, 2013
  • Like
  • 0

Hi,

I need help with visual force pages.

I am opening a pop up window on click of a button on one of my custom visualforce page. One pop up window, I am creating a new object and saving it.

 

On save , I need to save and close the pop up window and rerender the parent page with new results from database.

It would be great if sample code can be provided.

 

 

Thanks

Yuvika 

  • September 30, 2013
  • Like
  • 0