rang 相关的软件列表

首页

JavaScript获得选中文本内容的方法

2020-02-16 标签:javascript,获得,选中,文本,内容,方法,有如,实现,firefox,google,chrome,safari,opera,window,参考,mdc,ie,document,selection

有如下实现方法: 在Firefox, Google Chrome, Safari, Opera中:可以用 window.getSelection() (参考MDC) 在IE下,可以用 document.selection.createRange().text (参考MSDN) 注:将两者放在一起的代

首页

css ie6 ie7 ff的CSS hack使用技巧

2020-02-16 标签:css,ie,ff,hack,使用,技巧,浏览器,test,height,20,px,background,color,orange,html,blue,black,通过

FF浏览器 .test{ height:20px; background-color:orange; } IE7浏览器 *+html .test{/*IE7*/ height:20px; background-color:blue; } IE6浏览器 *html .test{/*IE6*/ heig

区分IE6,IE7,firefox的CSS hack
CSS

区分IE6,IE7,firefox的CSS hack

2020-02-16 标签:区分,ie,firefox,css,hack,区别,ff,background,orange,blue,green,important,都能,识别,标准,浏览器,但不

区别IE6与FF:background:orange;*background:blue; 区别IE6与IE7:background:green !important;background:blue; 区别IE7与FF:background:orange; *background:green; 区别F

js在一段文字中的光标处插入其他文字
JavaScript

js在一段文字中的光标处插入其他文字

2020-02-16 标签:javascript,一段,文字,光标,插入,其他,例如,文本框,我要,通过,点击,鼠标,并且在,相应,文本,这样做,获得

例如:一个文本框里有一段文字,我要通过点击鼠标并且在相应的地方插入文本 我是这样做的:先获得文本框的值TextArea.Value,然后.TextArea.Value+其他文本 function setCaret(textObj){if(textObj.createTextRange){textOb

首页

浏览文件夹下面所有图片

2020-02-16 标签:浏览,文件夹,下面,图片,实现,代码,如下,变量,设置,ctitle,上传,以下,为图,并非,全部,有效,名字,cpictype

实现代码如下:上一页] " response.Write"" i=pageStart Dowhilei["color:#000} a:hover{color:orangered;text-decoration:none} BODY{scrollbar-face-color:#DEE3E7;scrol

首页

对textarea框的代码调试,而且功能上使用非常方便,酷

2020-02-16 标签:textarea,代码,调试,功能上,使用,非常,方便,html,head,meta,http,equiv,content,type,text,charset,gb,2312

对textarea框的代码调试,而且功能上使用非常方便,酷function JM_cc(ob){ob.select();js=ob.createTextRange();js.execCommand("Copy");} 代码说明 function MM_findObj(n,

首页

Apply an AutoFormat to an Excel Spreadsheet

2020-02-16 标签:apply,autoformat,excel,spreadsheet,script,code,实现,代码,如下,const,11,set,objexcel,application,visible,true,objworkbook

Script Code 实现代码如下:Const xpRangeAutoFormatList2 = 11Set objExcel = CreateObject("Excel.Application")objExcel.Visible = TrueSet objWorkbook = objExcel.