摘要:
<html><head> <script> function AddText(str) { var ubb = document.getElementById("text1"); var ubbLength = ubb.value.length; ubb.focus(); if (typeof document.selection != "undefined") { document.selection.createRange().text = str; } else { ubb.value = ubb.value.s 阅读全文
posted @ 2011-06-03 17:52
zzljh
阅读(302)
评论(0)
推荐(0)
浙公网安备 33010602011771号