Quote:
|
Originally Posted by gotKRAUT then how can it resize the window? |
Good question, that's what I would like to know... in addition to why it resizes so small... oh well... an extra mouse click isn't too bad I guess.
edit:
I guess like this...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>1987 BMW 325es - Bimmerwerkz.com Photo Gallery</title> <meta name="keywords" content="BMW,325es,vBPicGallery,photo gallery,forum picture gallery" /> <meta name="description" content="1987 BMW 325es Photo Gallery" /> <script type="text/javascript"> <!--
function SizeFrame() {
if (parseInt(navigator.appVersion)>3) {
if (navigator.appName=="Netscape") {
top.outerWidth=909;
top.outerHeight=682;
}else{
top.resizeTo(909,682);
I didn't think it could resize FF unless it launched a new window... but apparently it can. Perhaps it's because i have mine set to open in new tabs instead of new windows?