佳木斯湛栽影视文化发展公司

主頁(yè) > 知識(shí)庫(kù) > asp下實(shí)現(xiàn)代碼的“運(yùn)行代碼”“復(fù)制代碼”“保存代碼”功能源碼

asp下實(shí)現(xiàn)代碼的“運(yùn)行代碼”“復(fù)制代碼”“保存代碼”功能源碼

熱門標(biāo)簽:服務(wù)器配置 電子圍欄 科大訊飛語(yǔ)音識(shí)別系統(tǒng) 團(tuán)購(gòu)網(wǎng)站 阿里云 銀行業(yè)務(wù) Mysql連接數(shù)設(shè)置 Linux服務(wù)器
Function content_Code(Str)
dim ary_String,i,n,n_pos
ary_String=split(Str,"[ code ]")
n=ubound(ary_String)
If n1 then
content_Code=Str
Exit function
End If
for i=1 to n
n_pos=inStr(ary_String(i),"[/ code ]")
If n_pos>0 then
ary_String(i)="br />textarea class=gocode id=runcode"i" name=runcode"i">" server.HTMLEncode(left(ary_String(i),n_pos-1))"/textarea>br />input type=button class=input-code value=運(yùn)行代碼 onclick=runCode(runcode"i")>input type=button class=input-code value=復(fù)制代碼 onclick=copycode(runcode"i")>input type=button class=input-code value=另存代碼 onclick=saveCode(runcode"i")>span class=code-tishi>提示:您可以先修改部分代碼再運(yùn)行/span>br />" _
right(ary_String(i),len(ary_String(i))-n_pos-6)
Else
ary_String(i)="[code]" ary_String(i)
End if
next
content_Code=join(ary_String,"")
End Function

使用方法也很簡(jiǎn)單:
發(fā)表文章時(shí)需用使用“運(yùn)行代碼”功能的,主要前后加上
[ code ][/ code ]
比如:
[復(fù)制此代碼]CODE:
[ code ]
script type="text/javascript">
alert("簡(jiǎn)單吧");
/script>
[/ code ]
需要注意的是,在顯示的頁(yè)面要進(jìn)入以下javascript:

function runCode(obj) {
var winname = window.open('', "_blank", '');
winname.document.open('text/html', 'replace');
winname.opener = null
winname.document.writeln(obj.value);
winname.document.close();
}
function copycode(obj) {
var rng = document.body.createTextRange();
rng.moveToElementText(obj);
rng.scrollIntoView();
rng.select();
rng.execCommand("Copy");
rng.collapse(false);
}
function saveCode(obj) {
var winname = window.open('', '_blank', 'top=10000');
winname.document.open('text/html', 'replace');
winname.document.write(obj.value);
winname.document.execCommand('saveas','','code.htm');
winname.close();
}

標(biāo)簽:棗莊 廣元 蚌埠 衡水 大理 江蘇 衢州 萍鄉(xiāng)

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《asp下實(shí)現(xiàn)代碼的“運(yùn)行代碼”“復(fù)制代碼”“保存代碼”功能源碼》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266
    保亭| 麟游县| 墨竹工卡县| 吴川市| 桑日县| 天门市| 石城县| 突泉县| 定边县| 蒲江县| 乌鲁木齐县| 浮山县| 宜良县| 江都市| 金秀| 琼中| 九台市| 虞城县| 修武县| 荆门市| 雅安市| 黔西县| 仪陇县| 崇州市| 通城县| 呈贡县| 西乡县| 张家界市| 漠河县| 留坝县| 商南县| 固始县| 鲜城| 眉山市| 五河县| 元谋县| 无锡市| 佛山市| 拉萨市| 永寿县| 金川县|