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

How to open a VisualForce page without any adressbar?
Hi,
I have a VisualForce page which I am opening it on click of a Custom Button on the Contract Object. I want to open this page in a new window without the address bar. I tried all the following options but it does not work-
1) Opening using JavaScript by configuring it in 'Edit Contract Custom Button' - window.open('apex/Wizard_Step1a?id={!Account.Id}','scrollbars=no,resizable=no,status=no,toolbar=no,menubar=no')
2) window.open('apex/Wizard_Step1a?id={!Account.Id}','_blank')
3) By giving the option 'Display in existing window without header and sidebar' and specifying the URL of the page as '/apex/Wizard_Step1a?id={!Account.Id}'
Can anyone please help me solve this issue?
Thanks,
Jina
I have a VisualForce page which I am opening it on click of a Custom Button on the Contract Object. I want to open this page in a new window without the address bar. I tried all the following options but it does not work-
1) Opening using JavaScript by configuring it in 'Edit Contract Custom Button' - window.open('apex/Wizard_Step1a?id={!Account.Id}','scrollbars=no,resizable=no,status=no,toolbar=no,menubar=no')
2) window.open('apex/Wizard_Step1a?id={!Account.Id}','_blank')
3) By giving the option 'Display in existing window without header and sidebar' and specifying the URL of the page as '/apex/Wizard_Step1a?id={!Account.Id}'
Can anyone please help me solve this issue?
Thanks,
Jina
This is an old post but incase anyone searches to it I found the best way to do this is...
Hope it helps someone! :)
Hi It is not working fine. Still It is showing address bar.