Greenguy's Board


Go Back   Greenguy's Board > Link Lists & Getting Listed
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2005-10-13, 04:20 PM   #1
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
I never surf at full screen and don't know too many people that do. Plus some browsers put side bars and other stuff using up the browser's window.

In answer to your question,
Wusage, IMO the very best server stats program, does this if you add a bit of code to your pages.
Code:
1. Copy the provided file wusage_screen_properties.gif to the top directory of your web server's web space. This file was provided with Wusage. If you cannot locate it, check the Wusage home page, or use any image you like. The important thing is that you place it in the top directory of your web space and give it the correct filename.
The provided wusage_screen_properties.gif image is a 1x1 pixel transparent GIF. It has no visible effect on the web page in which it is installed to collect information.

2. Embed it in your home page, or another heavily-accessed page, using EXACTLY THE FOLLOWING HTML:
<script>
<!--
        var bName = navigator.appName;
        var bVer = parseInt(navigator.appVersion);
        var ver;
        if (bName == "Netscape" && bVer >= 4) {
                ver = 4;
        } else if (bName == "Microsoft Internet Explorer" && bVer >= 4) {
                ver = 4;
        } else {
                ver = 0;
        }
        if (ver >= 4) {
                document.write('<img src="/wusage_screen_properties.gif?' +
                        'width=' + screen.width + '&' +
                        'height=' + screen.height + '&' +
                        'depth=' + screen.colorDepth + '">');   
                document.writeln();
        }
// -->
</script>
Experienced users may of course modify this Javascript, carefully. The critical thing is that the image be loaded at the URL shown, with the appropriate parameters packed in the format shown. Wusage 8.0 must see the URL as shown above in order to capture the information correctly.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2005-10-13, 07:30 PM   #2
RedCherry
Of all the things I've lost, I miss my mind the most.
 
RedCherry's Avatar
 
Join Date: Apr 2004
Location: Middle of the Desert, Pahrump, NV
Posts: 3,187
Send a message via ICQ to RedCherry
Boy, I must be unusual, I keep my browser full screen in one window, but then I got another for everything else, lol.

Thanks Cleo for the code!
RedCherry is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:20 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc