| |
shajimanjeri
Posts: 2
Score: 0
Joined: 10/31/2006
Status: offline
|
dfasdfs.replbq{width:100%} var LetterVals = { UIStrings : { __last : 'not used' }, StateDynamic : true, yplus_browser : false, premium_user : false, smsintl : "", SidebarSyncActionType : "read", SidebarSyncAuxActionType : "", SidebarSyncUID : "8252", SidebarSyncAuxUID : "", getString : function(id) { var result = this.UIStrings[id]; if ( result == null ) { return "Not translated: '" + id + "'"; } return result; } } Hi all, I have a code like this by using a for loop in asp Vbscript. My question is that how to calculate total of this this <table> <tr> <td><strong>PortNumber 1 </strong></td> </tr> <% dim x for x=0 to 10 %> <tr> <td><% Response.Write(x) %></td> </tr> <% Next %> </table> with regards shaji
|
|