onlinewriteletter.js

来自「普通中的最普通算法」· JavaScript 代码 · 共 7 行

JS
7
字号
function VCopenwin(url) { 
d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');
window.open (url+'?SiteName='+escape(d.title)+'&Url='+escape(d.

location.href), "newwindow", "height=400, width=500,top=150,left=200, toolbar=no, menubar=no, scrollbars=auto, resizable=no,location=no, status=yes") 
}
document.write("<a style=\"cursor:hand;\" Onclick='Javascript:VCopenwin(\"http://www.vbell.cn/Web.Asp\")'><font color=Red><b>在线留言</b></font></a>");

⌨️ 快捷键说明

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