Re: [Dynapi-Dev] template in javascript client side
PM Subject: [Dynapi-Dev] template in javascript client side try this codesay what you think
[Dynapi-Dev] template in javascript client side
try this code say what you think Title: Untitled Document var s=0 for (s=0;s<=15;s++) { if (s<9) { s_tmp+=s; s_tmp+=s+1; s_tmp+=s+2; s_tmp+=s+3; } }
