PDA

View Full Version : LzBrowser question


ravindran
08-30-2007, 01:33 AM
is there any way to open a new window with some parameters like:

window.open('toolbar = no, scrollbars = no');



Thanks
Ravindran

antun
08-30-2007, 12:54 PM
Yes - you should be able to use the LzBrowser.loadJS() method.


LzBrowser.loadJS("window.open('toolbar = no, scrollbars = no')");


-Antun

ravindran
08-30-2007, 09:37 PM
Thank u Antun.It works