PDA

View Full Version : Enlarging Program windows?




kovalchuk71
Sep 19, 2008, 09:10 AM
I was wondering if there was a way to enlarge my internet browser/programs to full screen like Windows has. The "+" button makes it larger, but not full screen like I like it to be. Is there a way?



GfulDedFan
Sep 19, 2008, 10:54 AM
If you bookmark this javascript. you can click it to full screen your Safari browser:

javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);

I named it Full Screen and put it in my BookMark Bar. -GDF

kovalchuk71
Sep 19, 2008, 08:18 PM
If you bookmark this javascript. you can click it to full screen your Safari browser:

javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);

I named it Full Screen and put it in my BookMark Bar. -GDF

How do I bookmark just the javascript?

khunsanook
Sep 20, 2008, 11:53 PM
If you bookmark this javascript. you can click it to full screen your Safari browser:

javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);

I named it Full Screen and put it in my BookMark Bar. -GDF

That's handy. thanks!

kovalchuk71
Sep 21, 2008, 02:11 PM
How do you bookmark just the javascript though?

GfulDedFan
Sep 22, 2008, 06:51 AM
Just highlight it and drag it to your Bookmarks Bar. Then name it what you like.