Gala Support Team
Joined: 21 Jul 2003 Posts: 12
|
Posted: Mon Jul 21, 2003 5:54 pm Post subject: |
|
|
Yes, for open new window without scrollbar, toolbar and etc. you should write line like this:
| Code: | | {"code":'My item', "url":"javascript:void(window.open('some_file.html', '_blank', 'width=300,height=200,scrollbars=no'))", ... |
And you'll get what you want.
Good luck! |
|