Re: [Dynapi-Dev] template in javascript client side

2001-03-23 Thread Richard Bennett
PM Subject: [Dynapi-Dev] template in javascript client side try this codesay what you think

[Dynapi-Dev] template in javascript client side

2001-03-23 Thread francesco AGATI
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; } }