Jun 20, 2002 #1 emms Programmer Joined Jan 11, 2001 Messages 55 Location GB is it possible to change the width and height of a window once its open? I'm not limited to Javascript on this so if you can suggest anything else that would be suitable? thanks for any help Emma
is it possible to change the width and height of a window once its open? I'm not limited to Javascript on this so if you can suggest anything else that would be suitable? thanks for any help Emma
Jun 20, 2002 #2 SashiRaveendran Programmer Joined Nov 6, 2001 Messages 865 Location GB Javascript: window.moveBy(x,y) window.moveTo(x,y) window.moveTo(x,y) window.resizeBy(x,y) window.resizeTo(x,y) Upvote 0 Downvote
Javascript: window.moveBy(x,y) window.moveTo(x,y) window.moveTo(x,y) window.resizeBy(x,y) window.resizeTo(x,y)
Jun 20, 2002 Thread starter #3 emms Programmer Joined Jan 11, 2001 Messages 55 Location GB window.resizeTo() looks perfect, is this supported in all browsers? Em x Upvote 0 Downvote
Jun 20, 2002 #4 SashiRaveendran Programmer Joined Nov 6, 2001 Messages 865 Location GB I think so, Ive got N4 N6 and IE55 and it works on all of those but that may be because N4 is using the N6 javascript version Upvote 0 Downvote
I think so, Ive got N4 N6 and IE55 and it works on all of those but that may be because N4 is using the N6 javascript version
Jun 20, 2002 Thread starter #5 emms Programmer Joined Jan 11, 2001 Messages 55 Location GB excellent - i'll do a little testing on it. thanks for your extremely quick help much appreciated! Em Upvote 0 Downvote
excellent - i'll do a little testing on it. thanks for your extremely quick help much appreciated! Em