Forum Moderators: open

Message Too Old, No Replies

use existing url and resize my window

         

dektek11

4:41 am on Jan 25, 2005 (gmt 0)

10+ Year Member



I have my browser 'home page' routed through an html file that resizes my window to my preference when it loads my home page so I always have the same size, especially since I'm frequently visiting sites with varying window properties.

Is there a way to use the same technique, but grab my current url and insert it into the script so that when I click a button it will automatically resize the page I'm on?

supermanjnk

1:18 pm on Jan 25, 2005 (gmt 0)

10+ Year Member



If you run firefox you can get the web developers toolbar, which has an option to resize your browser with the click of a button. you can even set custom sizes.

dcrombie

1:52 pm on Jan 25, 2005 (gmt 0)



You can type this directly into the Location: bar:

JavaScript:window.resizeTo(800,600);

or even better, create a Bookmark/Favourite with the same code. Then you can apply it to any page.

;)

dektek11

6:45 pm on Jan 25, 2005 (gmt 0)

10+ Year Member



That'll work! Thanks. :)

dektek11

7:47 pm on Jan 25, 2005 (gmt 0)

10+ Year Member



Can you change the link/bookmark icons? I know in IE, you just change it in properties, but there's nothing in the properties for FF to do it.

dektek11

1:04 am on Jan 26, 2005 (gmt 0)

10+ Year Member



NM, I found an extension.