Hello all:
I’m opening a page by clicking a button, with window.open(“MyPage?OpenPage”, ‘MyWindow’, ‘toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=100, height=100, left=20, top=20’)
However, the window opens very big, not the 100x100 i specify, and in MyPage i only have a small table, and i’ll like the window to be the size of the table.
What am i doing wrong?
I’m doing this because i want the app working both with Notes and Browser clients, is there another way?
Thanks all.