|
藍森林 http://www.lslnet.com 2006年8月25日 8:28
請假網頁全屏代碼!!!
請假網頁全屏代碼!!! |
怎麼沒人知道? |
[html]<script>window.open('http://www.blueidea.com/bbs','','fullscreen');window.close()</script>[/html] |
要完全全屏的 |
點擊第一個文件就會出現全屏效果了
第一個文件代碼
<html>
<head>
<title>青島購物網</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" onLoad="MM_openBrWindow('full.htm','full','toolbar=1,location=0,fullscreen=1,directories=0,status=0,menubar=0,scrollbars=0,resizable=0')">
</body>
</html>
第二個文件代碼
<html>
<head>
<title>青島購物網</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
BODY
{
scrollbar-face-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-base-color:#000000
}
-->
</style>
</head>
<body bgcolor="#000000" text="#000000" leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td height="659" align="center" valign="middle"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="720" height="540">
<param name=movie value="http://www.532shop.com/main/images/pic/20044912034729934.swf">
<param name=quality value=high>
<embed src="http://www.532shop.com/main/images/pic/20044912034729934.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="720" height="540">
</embed>
</object> </td>
</tr>
</table>
</body>
</html>
|
|