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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top