Posted By:
Saritha_chintharlapalli
Posted On:
Thursday, May 27, 2004 12:01 AM
Hi, I want to display only 'back, front, refresh & print' buttons on toolbar in a pop-up window. I am able to control addressbar, menubar, scrollbar etc through the following script. function popUp(URL) { window.open(URL, ,'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=775,height=545,left=0,top=0');"); } But the toolbar displyed contains all the buttons. How can I display only the buttons which I need and how can I remove all other un wanted buttons. Please reply me if you have any solution for it. Thanks in Advance, Saritha
More>>
Hi,
I want to display only 'back, front, refresh & print' buttons on toolbar in a pop-up window.
I am able to control addressbar, menubar, scrollbar etc through the following script.
function popUp(URL) {
window.open(URL, ,'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=775,height=545,left=0,top=0');");
}
But the toolbar displyed contains all the buttons.
How can I display only the buttons which I need and how can I remove all other un wanted buttons.
Please reply me if you have any solution for it.
Thanks in Advance,
Saritha
<<Less