Subversion Repositories DevTools

Rev

Rev 6881 | Rev 7288 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6881 Rev 7246
Line 114... Line 114...
114
                return parseInt(el.value);
114
                return parseInt(el.value);
115
            }
115
            }
116
            return 0;
116
            return 0;
117
        }
117
        }
118
        var  all = getCbValue('cb1') + getCbValue('cb2') + getCbValue('cb3');
118
        var  all = getCbValue('cb1') + getCbValue('cb2') + getCbValue('cb3');
119
        console.log ('all:', all );
119
        //console.log ('all:', all );
120
        location.href='<%=ScriptName%>?rtag_id=<%=parRtag_id%>&mode=' + all;
120
        location.href='<%=ScriptName%>?rtag_id=<%=parRtag_id%>&mode=' + all;
121
    }
121
    }
122
</script>
122
</script>
123
</head>
123
</head>
124
<body bgcolor="White" text="Black" leftmargin=0 topmargin=0 onLoad="divProgressBar.style.visibility='hidden'">
124
<body bgcolor="White" text="Black" leftmargin=0 topmargin=0 onLoad="divProgressBar.style.visibility='hidden'">