Maison > interface Web > js tutoriel > le corps du texte

网页打开自动最大化的js代码_页面背景

WBOY
Libérer: 2016-05-16 17:50:37
original
1012 Les gens l'ont consulté
代码1:最常用的代码,比较简单
复制代码 代码如下:



代码2:
以下代码放在之间:
复制代码 代码如下:



以下代码放在Tag里:
复制代码 代码如下:



代码3:
代码如下:
复制代码 代码如下:




>

代码4:
复制代码 代码如下:

<script> <BR>var mywidth <BR>if (navigator.appName.indexOf('Netscape') != -1) { <BR>mywidth=parseInt(window.outerWidth)-28; <BR>//alert("ns") <BR>} <BR>else{ <BR>if (navigator.appName.indexOf('Microsoft') != -1) { <BR>mywidth=document.body.clientWidth; <BR>//alert("ie") <BR>} <BR>} <BR>var ScreenOffset; <BR>if (mywidth <= 778) { <BR>//alert("1") <BR>}else{ <BR>ScreenOffset = parseInt((mywidth - 778)/2); <BR>ScreenOffset = 0; <BR>// alert("2") <BR>} <BR>fwLoadMenus(); <BR>window.onresize = function (){ <BR>if (navigator.appName.indexOf('Netscape') != -1) { <BR>mywidth=parseInt(window.outerWidth)-28; <BR>if(self.screenLeft>0){ <BR>maximize.Click(); <BR>} <BR>} <BR>else{ <BR>if (navigator.appName.indexOf('Microsoft') != -1) { <BR>mywidth=document.body.clientWidth; <BR>if(self.screenLeft>0){ <BR>maximize.Click(); <BR>} <BR>} <BR>} <BR>} <BR>function ChangeLocation(){ <BR>var size = screen.width; <BR>if(size!="1024"){ <BR>document.location="index_800_600.aspx"; <BR>} <BR>} <BR></script>
Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal