-
2007-09-29
Javascript中取DNN的FCKeditor实例的对象 - [前]
DNN中如果想用Javascript获取页面上的FCK编辑器对象的话,可以使用如下方法:
//取得FCK对象
_getCurrentFCKeditor : function(name){
for (var i=0; i<parent.frames.length; ++i){
if (parent.frames[i].FCK){
&n... -
2006-08-24
对有输入筐的table的行,当输入筐输入数字时对其进行排序 - [前]
//对有输入筐的table的行,当输入筐输入数字时对其进行排序
function checkNum(str){return str.match(/\D/)==null}
function taxis(){
var tableObj=document.all.testRows;
var rowsObj = tableObj.rows;
var valueOfInput = new Array();//get the value
for(i=0;i tempObj=rowsObj[i].all;
for (j=0;j&...
共1页 1







