Hi...I have the following javascript code below. It is not working obviously as its not reading the screen width and screen height variables
Am i doing something wrong?
Thanks in Advance
screen_width = screen.width;
screen_height = screen.height;
win=window.open("","IRC","resizable=yes,height='+screen_height +',width='+screen_width +'700,screenX=0,screenY=0,left=0,top=0"
Am i doing something wrong?
Thanks in Advance
screen_width = screen.width;
screen_height = screen.height;
win=window.open("","IRC","resizable=yes,height='+screen_height +',width='+screen_width +'700,screenX=0,screenY=0,left=0,top=0"