Subversion Repositories DevTools

Rev

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

Rev 6615 Rev 6676
Line 211... Line 211...
211
 
211
 
212
      //Append the name to search for to the requestURL
212
      //Append the name to search for to the requestURL
213
      var url = requestURL + paramString;
213
      var url = requestURL + paramString;
214
 
214
 
215
      //Progress
215
      //Progress
216
      //alert(MM_findObj( rowId ));
-
 
217
 
-
 
218
      //MM_findObj( rowId ).options[0] = new Option('Loading...','');
-
 
219
      //MM_findObj( rowId ).selectedIndex = 0;
-
 
220
      rowId.options[0] = new Option('Loading...','');
216
      rowId.options[0] = new Option('Loading...','');
221
      rowId.selectedIndex = 0;
217
      rowId.selectedIndex = 0;
222
 
218
 
223
 
219
 
224
      //Create the xmlHttp object to use in the request
220
      //Create the xmlHttp object to use in the request
Line 238... Line 234...
238
 
234
 
239
      //Append the name to search for to the requestURL
235
      //Append the name to search for to the requestURL
240
      var url = requestURL + '?proj_id=0';
236
      var url = requestURL + '?proj_id=0';
241
 
237
 
242
      //Progress
238
      //Progress
243
      //alert(MM_findObj( rowId ));
-
 
244
 
-
 
245
      //MM_findObj( rowId ).options[0] = new Option('Loading...','');
-
 
246
      //MM_findObj( rowId ).selectedIndex = 0;
-
 
247
      //rowId.options[0] = new Option('Loading...','');
-
 
248
      //rowId.selectedIndex = 0;
-
 
249
 
-
 
250
 
239
 
251
      //Create the xmlHttp object to use in the request
240
      //Create the xmlHttp object to use in the request
252
      //stateChangeHandler will fire when the state has changed, i.e. data is received back
241
      //stateChangeHandler will fire when the state has changed, i.e. data is received back
253
      // This is non-blocking (asynchronous)
242
      // This is non-blocking (asynchronous)
254
      xmlHttp = GetXmlHttpObject(stateComboChangeHandler);
243
      xmlHttp = GetXmlHttpObject(stateComboChangeHandler);