How to hide toolbar and status bar for popup windows ?
4 views
Skip to first unread message
tam
unread,
Dec 14, 2009, 5:06:49 AM12/14/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-labs-prism
Hi,
I need to run my web application in Prism.
We need toolbar with addressbar and buttons and status bar in it, but
for popup windows we need only browser without any additional
controls.
How to remove toolbar and status bar for popup windows in Prism ?
Thank you,
Andriy.
Matthew Gertner
unread,
Dec 15, 2009, 11:42:12 AM12/15/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-l...@googlegroups.com
I believe this should work exactly the same way as in any standard
browser like Firefox. You just need to pass the right arguments to the
window.open() call in your web app (don't know them offhand).