|
kevin3442 -> RE: Resize Browser Window (2/1/2005 20:55:44)
|
quote:
ORIGINAL: dlee I am obviously new to all of this. Exactly how do you create a bookmark for javascript:resizeTo(800,600). Thanks. In IE, one way would be to: (1) Open your Favorites folder. (2) Right-click on the background and select New | Text Document. (3) Name the file using a .url extension, (e.g., Resize to 800x600.url) (4) Open the file you just created in Notepad (don't double-click the file, since it's not a .txt file. The SendTo feature is nice for this, if you have a shortcut Notepad in your SendTo folder). (5) Put the following text in the file: [InternetShortcut] URL=javascript:resizeTo(800,600) (6) Save the file. Now, when you select that favorite from your browser, it should resize your window. Hope that helps, Kevin
|
|
|
|