KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/davidbacker/_logs/W2KWEB2A/countrysquire/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/davidbacker/_logs/W2KWEB2A/countrysquire/newwindow.old081804
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
	"http://www.w3.org/TR/REC-html40/loose.dtd"><html>
<head>
<title>Detail View</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- last updated 08/10/2004  DSB, thanks to TAM3 -->
<script LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
var textstring = new String
// add browser sniffer code here ..................................................................
//
// Ultimate client-side JavaScript client sniff. Version 3.02
// (C) Netscape Communications 1999-2001.  Permission granted to reuse and distribute.
// (1) browser vendor:
//     is_nav, is_ie, is_opera, is_hotjava, is_webtv, is_TVNavigator, is_AOLTV
// (2) browser version number:
//     is_major (integer indicating major version number: 2, 3, 4 ...)
//     is_minor (float   indicating full  version number: 2.02, 3.01, 4.04 ...)
// (3) browser vendor AND major version number
//     is_nav2, is_nav3, is_nav4, is_nav4up, is_nav6, is_nav6up, is_gecko, is_ie3,
//     is_ie4, is_ie4up, is_ie5, is_ie5up, is_ie5_5, is_ie5_5up, is_hotjava3, is_hotjava3up,
//     is_opera2, is_opera3, is_opera4, is_opera5, is_opera5up
//

    // convert all characters to lowercase to simplify testing
    var agt=navigator.userAgent.toLowerCase();

    // *** BROWSER VERSION ***
    // Note: On IE5, these return 4, so use is_ie5up to detect IE5.
    var is_major = parseInt(navigator.appVersion);
    var is_minor = parseFloat(navigator.appVersion);

    // Note: Opera and WebTV spoof Navigator.  We do strict client detection.
    // If you want to allow spoofing, take out the tests for opera and webtv.
    var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
                && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)
                && (agt.indexOf('webtv')==-1) && (agt.indexOf('hotjava')==-1));
    var is_nav2 = (is_nav && (is_major == 2));
    var is_nav3 = (is_nav && (is_major == 3));
    var is_nav4 = (is_nav && (is_major == 4));
    var is_nav4up = (is_nav && (is_major >= 4));
    var is_navonly      = (is_nav && ((agt.indexOf(";nav") != -1) ||
                          (agt.indexOf("; nav") != -1)) );
    var is_nav6 = (is_nav && (is_major == 5));
    var is_nav6up = (is_nav && (is_major >= 5));
    var is_gecko = (agt.indexOf('gecko') != -1);


    var is_ie     = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
    var is_ie3    = (is_ie && (is_major < 4));
    var is_ie4    = (is_ie && (is_major == 4) && (agt.indexOf("msie 5")==-1) );
    var is_ie4up  = (is_ie && (is_major >= 4));
    var is_ie5    = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")!=-1) );
    var is_ie5_5  = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.5") !=-1));
    var is_ie5up  = (is_ie && !is_ie3 && !is_ie4);
    var is_ie5_5up =(is_ie && !is_ie3 && !is_ie4 && !is_ie5);

    // KNOWN BUG: On AOL4, returns false if IE3 is embedded browser
    // or if this is the first browser window opened.  Thus the
    // variables is_aol, is_aol3, and is_aol4 aren't 100% reliable.
    var is_aol   = (agt.indexOf("aol") != -1);
    var is_aol3  = (is_aol && is_ie3);
    var is_aol4  = (is_aol && is_ie4);
    var is_aol5  = (agt.indexOf("aol 5") != -1);
    var is_aol6  = (agt.indexOf("aol 6") != -1);

    var is_opera = (agt.indexOf("opera") != -1);
    var is_opera2 = (agt.indexOf("opera 2") != -1 || agt.indexOf("opera/2") != -1);
    var is_opera3 = (agt.indexOf("opera 3") != -1 || agt.indexOf("opera/3") != -1);
    var is_opera4 = (agt.indexOf("opera 4") != -1 || agt.indexOf("opera/4") != -1);
    var is_opera5 = (agt.indexOf("opera 5") != -1 || agt.indexOf("opera/5") != -1);
    var is_opera5up = (is_opera && !is_opera2 && !is_opera3 && !is_opera4);

    var is_webtv = (agt.indexOf("webtv") != -1); 

    var is_TVNavigator = ((agt.indexOf("navio") != -1) || (agt.indexOf("navio_aoltv") != -1)); 
    var is_AOLTV = is_TVNavigator;

    var is_hotjava = (agt.indexOf("hotjava") != -1);
    var is_hotjava3 = (is_hotjava && (is_major == 3));
    var is_hotjava3up = (is_hotjava && (is_major >= 3));

// end browser sniffer code ..................................................................

// strip off parameters passed via URL with q. mark and ampersand
linkURL = "graydot.gif"
if (parent.document.URL)  {
  callingURL = parent.document.URL
// if questionmark is in URL get image name and text string
  if (callingURL.indexOf('?') != -1)  {
  linkURL = callingURL.substring
    ( callingURL.indexOf('?')+1,
      callingURL.length)
// find ampersand and get image name in front of it
    if (linkURL.indexOf('&') != -1)   {
    imagename = linkURL.substring
      ( 0, linkURL.indexOf('&') )
// get text string after ampersand, and restore spaces
    textstring = linkURL.substring
      ( linkURL.indexOf('&')+1, linkURL.length)
    textstring = unescape( textstring )
      }

// insert text and image according to browser type
if (is_nav)	{
  		document.BigImage.src = 'images/' + imagename
		}

if( is_ie )	{
  		document.BigImage.src = 'images/' + imagename
		dynContent.innerHTML = textstring
		}

  }

}

// -->
</SCRIPT>

</head>
<body  BGCOLOR="#99cc99">
<center>
<table CELLPADDING="2" CELLSPACING="0" BORDER="0" >
<tr>
<td align="center">
<a HREF="JavaScript:void(0);" 
onClick="window.close('newwindow.html','newwindow','height=550,width=750,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');"><font face="Arial, Helvetica, sans-serif" color="#eeeeee">Close this window</font></a>
<br><br>
<img SRC="../images/graydot.gif" WIDTH="500" HEIGHT="500" BORDER="0" ALT="" NAME="BigImage"></td>
</tr>
</table>

<!-- insert item description, assign image name -->
<div ID="dynContent" ALIGN="JUSTIFY">&nbsp;</div>

<script language =" javascript" TYPE="text/javascript">
        document.write("<font face=Arial, Helvetica, sans-serif>" + textstring + "</font><BR>" )
	  document.BigImage.src = 'images/' + imagename
        </script>
<br>
<a HREF="JavaScript:void(0);" 
onClick="window.close('newwindow.html','newwindow','height=550,width=750,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0');"><font face="Arial, Helvetica, sans-serif" color="#eeeeee">Close this window</font></a> </center>
</body>
</html>


Anon7 - 2021