Hi,
I have a rad window & I am trying to open this window in a specified position. Can you help me with some example how can I open a rad window with some specific left & top position.
Here is my code -
I have a rad window & I am trying to open this window in a specified position. Can you help me with some example how can I open a rad window with some specific left & top position.
Here is my code -
var wnd = window.radopen("OpenWin.aspx", "window1");
wnd.setSize(780, 480);
wnd.SetTitle("title");
Thanks