⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _music_javascript.vm

📁 一个简单的blog系统
💻 VM
字号:
<script type="text/javascript">
window.onload = function()
{
    var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('html')) ;    
    var oFCKeditor = new FCKeditor( 'word' ) ;
    oFCKeditor.BasePath	= sBasePath ;
    oFCKeditor.Width = 460;
    oFCKeditor.Height = 200;
    oFCKeditor.ToolbarSet = "Basic";
    oFCKeditor.ReplaceTextarea() ;
}

function validateBoxForm(theForm)
{
    with(theForm){
        if(is_empty(title.value)){
            alert("歌曲名称必须填写.");
            title.focus();
            return false;
        }
    }
    return true;
}
</script>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -