脚本吧 - 幻宇工作室用到js,超强推荐share.js_javascript技巧

WBOY
リリース: 2016-05-16 19:22:35
オリジナル
1249 人が閲覧しました
复制代码 代码如下:

function user_login(){
    var l
    createDlg("dlgLogin","用户登录",260,170)
    l="
"
    l+="昵称:"
    l+="密码:"
    l+=""
    l+=""
    l+=""
    l+="
"
    insHtm("dlgLogin",l)
    oFocu(document.fmLogin.FUid)
    $('dlgLogin').clickOk=function(){
        document.fmLogin.btSubmit.click()
    }
    document.fmLogin.onload=function(xml){
        location.reload(true)
    }
}
function user_reg(){
    var l
    createDlg("dlgReg","用户注册",320,260)
    l="
"
    l+="昵称:"
    l+="密码:"
    l+="确认:"
    l+="邮箱:"
    l+="签名:"
    l+=""
    l+=""
    l+=""
    l+="
"
    insHtm("dlgReg",l)
    oFocu(document.fmReg.FUid)
    $('dlgReg').clickOk=function(){
        document.fmReg.btSubmit.click()
    }
    document.fmReg.onload=function(xml){
        oDel('dlgReg')
        location.reload(true)
    }
}
function user_logout(){
    loadXml("handle_user.asp?cmd=logout",function(xml){
        location.reload(true)
    })
}
function editor_setLink(win){
    var v
    win.focus()
    if(document.all)
        v=window.showModalDialog("lib/input.htm","请输入超链接路径|http://","dialogwidth:354px;dialogheight:152px;status:no;help:no")
    else
        v=prompt("请输入超链接路径","http://")
    if(v==null)
        return
    if(v!=""&&v!="http://")
        win.document.execCommand("createlink",false,v)
    else
        win.document.execCommand("unlink",false,null)
}
function editor_insImg(win){
    var v
    win.focus()
    if(document.all)
        v=window.showModalDialog("lib/input.htm","请输入图片路径|http://","dialogwidth:354px;dialogheight:152px;status:no;help:no")
    else
        v=prompt("请输入图片路径","http://")
    if(v==null)
        return
    if(!/\.(gif|jpg)/i.test(v))
        return
    win.document.execCommand("insertimage",false,v)
}
function editor_insJs(win){
    win.focus()
    l=""
    l+=""
    l+=""
    l+="
◇ 测试程序 - >> 运行下面的js



<script><br><br></script>
"
    editor_paste(win,l)
}
function jsCode_run(ee){
    var data,w
    data=ee.parentNode.parentNode.nextSibling.innerText
    w=window.open("", "_blank","")
    w.document.write(data)
    w.document.close()
    if(/<script> w.location.reload(true) <BR>} <BR>function thread_save(tid){ <BR> var dlgID="dlgThread",dlg,fm,win,btImg,bxFile <BR> if(myName=="") <BR> return alert("您还没有登录,请先登录!") <BR> createDlg(dlgID,tid==null?"发布新贴":"修改贴子",640,480) <BR> l="<form name="+dlgID+"_fm method=post action='handle_thread.asp?cmd=thread_save'>" <BR> l+="<input type=hidden name=tid value='"+(tid||"")+"'>" <BR> l+="<input type=hidden name=FContent>" <BR> l+="<span style=position:absolute;left:18;top:35> 标题:<input name=FTitle caption='标题' checkRule='notnull/max-50' style=width:540>" <BR> l+="<span onclick=\"$('"+dlgID+"').clickOk()\" type=button pos='230,442,58,22' bg='images/panel/btYes.gif'>" <BR> l+="<span onclick=\"oDel('"+dlgID+"')\" type=button pos='320,442,58,22' bg='images/panel/btNo.gif'>" <BR> l+="<div style='position:absolute;left:67;top:65;width:540;height:350;overflow:hidden;border:2px inset'>" <BR> l+="<div style='height:21;border-bottom:1px solid #808080;background:#d4d0c8'></script>
"
    l+=""
    l+=""
    l+="脚本吧 - 幻宇工作室用到js,超强推荐share.js_javascript技巧"
    l+=""
    l+=""
    l+=""
    l+=""
    l+=""
    insHtm(dlgID,l)
    dlg=$(dlgID)
    fm=document[dlgID+"_fm"]
    win=ow(dlgID+"_win")
    oFocu(fm.FTitle)

    dlg.clickOk=function(){
        fm.btSubmit.click()
    }
    dlg.setBold=function(){
        win.document.execCommand("bold",false)
    }
    dlg.setLink=function(){
        editor_setLink(win)
    }
    dlg.insImg=function(){
        editor_insImg(win)
    }
    dlg.insJs=function(){
        editor_insJs(win)
    }
    fm.onbeforeload=function(){
        fm.FContent.value=editor_getVal(win)
        if(fm.FContent.value==""){
            alert("贴子内容不能为空!")
            win.focus()
            return false
        }
    }
    fm.onload=function(xml){
        var url=location.href
        location.href=url.replace("fclass=search","fclass=all")
    }
}
function editor_paste(w,html){
    if(document.all)
        w.document.selection.createRange().pasteHTML(html)
    else{
        var ol,i,r=w.document.createRange()
        w.document.execCommand("insertimage",false,"http://temp_obj/")
        ol=w.document.getElementsByTagName("img")
        for(i=0;i            if(ol[i].src=="http://temp_obj/"){
                r.setStartBefore(ol[i])
                ol[i].parentNode.insertBefore(r.createContextualFragment(html),ol[i])
                ol[i].parentNode.removeChild(ol[i])
            }
        }
    }
}
function thread_search(){
    var dlgID="dlgThreadSearch",dlg,fm,tid
    createDlg(dlgID,"查找文章",270,170)
    l="
"
    l+="关键字:"
    l+=""
    l+=""
    l+="
"
    insHtm(dlgID,l)
    fm=document[dlgID+"_fm"]
    oFocu(fm.FKey)

    fm.onload=function(xml){
        location.href=$sys.path+"index.asp?fclass=search"
    }
}

関連ラベル:
-
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート