Manipulate Menubar and Toolbar

  • Thread starter Thread starter RJDev
  • Start date Start date
R

RJDev

Hi,

Do yoy have any idee on how to manipulate the explorer browser screen.

I wont to make my web app so the menubar toobar and statusbar are hidden.
The minimize and maximize options need to be available.

All off this from within the codebehind page.
Regards.
RJ
 
you should use window.open method with
status=yes,toolbar=no,menubar=no,location=no
i dont think you can manipulate once the window is opened on the client
side. check.

Av.
 
Back
Top