Prev: /Job/ need: Javascript developer in San Francisco downtown, contract.
Next: Trigger hover pseudo class using javascript?
From: FAQ server on 27 Apr 2010 19:00 ----------------------------------------------------------------------- FAQ Topic - How do I modify the current browser window? ----------------------------------------------------------------------- In a default security environment you are very limited in how much you can modify the current browser window. You can use ` window.resizeTo ` or ` window.moveTo ` to resize or move a window respectively, but that is it. Normally you can only suggest chrome changes in a ` window.open `. http://msdn.microsoft.com/en-us/library/ms536651%28VS.85%29.aspx https://developer.mozilla.org/en/DOM:window.open The complete comp.lang.javascript FAQ is at http://jibbering.com/faq/ -- The sendings of these daily posts are proficiently hosted by http://www.pair.com. |