|
||||
File indexing completed on 2024-04-06 12:08:21
0001 <HTML> 0002 <HEAD> 0003 <TITLE>Fit the Pic Script</TITLE> 0004 <!-- 0005 <script language='javascript'> 0006 var Popper = {} ; 0007 alert("[Popper.html::main()] window.location.href: "+window.location.href) ; 0008 Popper.arrTemp = window.location.href.split("?"); 0009 Popper.picUrl = (Popper.arrTemp.length>0)?Popper.arrTemp[1]:""; 0010 Popper.NS = (navigator.appName=="Netscape")?true:false; 0011 0012 // alert("[Popper.html::main()] PicUrl: "+Popper.picUrl) ; 0013 0014 Popper.FitPic = function() 0015 { 0016 var iWidth = (Popper.NS)?window.innerWidth:document.body.clientWidth; 0017 var iHeight = (Popper.NS)?window.innerHeight:document.body.clientHeight; 0018 iWidth = document.images[0].width - iWidth; 0019 iHeight = document.images[0].height - iHeight; 0020 window.resizeBy(iWidth, iHeight); 0021 window.focus(); 0022 }; 0023 </script> 0024 --> 0025 </HEAD> 0026 <BODY bgcolor ="#414141" 0027 topmargin ="0" 0028 marginheight="0" 0029 leftmargin ="0" 0030 marginwidth ="0"> 0031 <!-- 0032 <script language='javascript'> 0033 document.write( "<img src='" + Popper.picUrl + "' border=0>" ); 0034 </script> 0035 --> 0036 <!-- <img src="../../TrackerCommon/test/images/loading.gif" border="0"> --> 0037 <img src="images/loading.gif" border="0"> 0038 </BODY> 0039 </HTML>
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |