www.gusucode.com > weenCompany闻名企业网站系统 4.0.0 繁体中英文 UTF8源码程序 > admin/colors.php

    <!--
// +---------------------------------------------+
// |     Copyright 2003-2005 weenCompany         |
// |     http://www.weentech.com                 |
// |     This file may not be redistributed.     |
// +---------------------------------------------+
-->

<html>
<head>
  <title>web安全颜色列表</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>

<body>

<SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT">
<!--

t='<table width=100%>';
c=new Array('00','33','66','99','CC','FF');

for(i = 0; i < 6; i++)
{
  for(j = 0; j < 6; j++)
  {
    t+='<tr>';

    for(k = 0; k < 6; k++)
    {
      L=c[i]+c[j]+c[k];
      t+='<td bgcolor=#'+L+'>'+L+'</td>'
    }

    t+='</tr>'
  }
}

document.write(t+'</table>');
void(document.close());

-->
</SCRIPT>

</body>
</html>