当前位置:编程学习 > asp >>

超级 HTML HTMLEditor ---- winXP 风格 1

答案:观看:http://www.mychangshu.com/htmleditor/htmleditor.asp
下载:http://www.mychangshu.com/htmleditor/htmleditor.zip
ICON:http://www.mychangshu.com/htmleditor/icon.zip

<!-- 请保留
    作者:        Centver
    更新日期:    2001-6-24
    版本:        1.0
    Email:        intion@yeah.net
请保留 -->
<html>

<head>
    <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
    <title>Looker HTML Editor v1.0</title>
    <style type="text/css">
        .menu_td
        {
            BORDER-RIGHT: #D3E5FB 2px solid;
            BORDER-TOP: #D3E5FB 2px solid;
            BORDER-LEFT: #D3E5FB 2px solid;
            BORDER-BOTTOM: #D3E5FB 2px solid;
            HEIGHT: 20px;
            FONT-WIDTH: bold;
            FONT-SIZE: 70%;
            COLOR: #003366;
            FONT-FAMILY: verdana,sans-serif
        }
        
        .menu_select
        {
            COLOR: #003366;
            FONT-FAMILY: verdana,sans-serif
        }
        
        .workplace
        {
            height:100%;
            width:100%;
            background-color:white;
            font-face:Arial;
            padding:3;
            border:inset #99ccff;
            scrollbar-base-color:#99ccff;
            overflow=auto;
        }
        
        A
        {
            FONT-FAMILY: verdana,sans-serif;
            TEXT-DECORATION: none
        }
        A:active
        {
            COLOR: #003366;
            TEXT-DECORATION: none
        }
        A:link
        {
            COLOR: #003366;
            TEXT-DECORATION: none
        }
        A:visited
        {
            COLOR: #003366;
            TEXT-DECORATION: none
        }
    </style>
    <script language="javascript">
        var sds;
        sds=1;
    
        var nono;
        nono=0;
    
        function ds()
        {
            if (sds == 1)
            {
                oDiv.innerText = oDiv.innerHTML;
                ods.src = "design.gif";
                sds=0;
            }
            else
            {
                sds=1;
                ods.src = http://old.zzzyk.com/article/Article/"source.gif";
                oDiv.innerHTML = oDiv.innerText;
            }
        }
    
        function mouseovertd (o)
        {
            o.style.backgroundColor= "#7ABBFF";
            o.style.borderStyle="solid";
            o.style.borderColor="#316AC5";
            o.style.color="#ffffff";
        }

        function mouseouttd (o)
        {
            o.style.backgroundColor="#D3E5FB";
            o.style.color="#003366";
            o.style.borderColor="#D3E5FB";
        }
    
        function gzhs()
        {
    &n

上一个:html 生成艺术字
下一个:字节数最小的中国城市JavaScrip列表(转)

CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,