| /alert(idstext1);
idstext2=idstext.substr(50);
//alert(idstext2);
a=idstext2.indexOf("");
b=54+a;
idstext3=idstext.substring(0,b);
//alert(idstext3);
idstext4=idstext.substr(b);
//alert(idstext4);
idstext5="";
idstext6=idstext3+idstext5+idstext4;
testtest.innerHTML=idstext6;
//alert(table1.getElementsByTagName("P").length);
}
|