gogogo119

tt5

 1     function saveVariance() {
 2         var variance;
 3         var postURL = "../system/action/saveVarincae?v=";
 4         var docName = document.getElementById("saveFlag").value;
 5         postURL = docName + postURL;
 6         _Xuice.url(postURL, onLoad);
 7         function onLoaded($doc) {
 8             var ns = $doc.selectNodes("/xuice/perms/");
 9             for (var i = 0; i < ns.length; i++) {
10                 var n = ns[i];
11                 var k = n.getAttribute("result");
12                 if (k = "success") {
13                    saveFlag="true";
14                 }
15             }
16         }
17     }

posted on 2009-08-14 15:06 消防员 阅读(12) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航:
 

My Links

Blog Stats

常用链接

留言簿

随笔档案

文章档案

搜索

最新评论

阅读排行榜

评论排行榜