OpenWindow without toolbar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can i open a new browser from clicking on the INTERNET EXPLORER icon but
the new browser would have no toolbar?
Any workarounds or idea?
 
In the onclick event handler use javascript call showModalDialog(...) or
showModalessDialog(...) to open a new page in a dialog box. The new window
won't have neither menus nor toolbar. You can't type in an url to redirect
it to another location. See if it suits you.

Eliyahu
 
Eliyahu Goldin,
Thanks for the reply!
Can u post a working example..
Thx
 

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