openRadWindow de fonction () {
variété identification = "" ;
variété c_content = document.getElementsByClassName (« c_content ») ;
table de variété = [0] .getElementsByTagName c_content (« table ») [0] ;
la variété rame = table.getElementsByTagName (« TR ») ;
pour (variété i=0 ; i0) {
identification += « , » + BookingID ;
}
autrement {
identification += BookingID ;
}
}
}
alerte (« window.radopen (« /Default.aspx ? tabid= » + étiquette + « &ctl=multiEdit&mid= » + mi + « &BIDs= » » + identification + « , « RadWindow3 ») ; ") ;
//if (id.length>0) {
//window.radopen ("/Default.aspx ? tabid= » + étiquette + « &ctl=multiEdit&mid= » + mi + « &BIDs= » + identification, « RadWindow3 ») ;
//}
}
|