Hi friends,
I want to open a window with window.open method, but I want to set left and top coordinates in negative. but when i run this then it always open with positive top and left position. Please help me. its very urgent.
code is like this:
var options = 'height=670,wid th=654,status= no, resizable= no, scrollbars=yes, toolbar=no,loca tion=no,menubar =no,left=offset =-540,top=-20';
var newwindow = window.open('HT MLPage1.htm','t eswindow',optio ns);
Thanks,
Amit
I want to open a window with window.open method, but I want to set left and top coordinates in negative. but when i run this then it always open with positive top and left position. Please help me. its very urgent.
code is like this:
var options = 'height=670,wid th=654,status= no, resizable= no, scrollbars=yes, toolbar=no,loca tion=no,menubar =no,left=offset =-540,top=-20';
var newwindow = window.open('HT MLPage1.htm','t eswindow',optio ns);
Thanks,
Amit
Comment