Jump to content
06/01/2006
function init(){
var max = 50;
for (i = 1; i < max; i++){
makeEditable(‘item_’+i);}
}
it worked for me Andrew.
nice article !!
Vote up?
06/01/2006
function init(){
var max = 50;
for (i = 1; i < max; i++){
makeEditable(‘item_’+i);}
}
it worked for me Andrew.
nice article !!