Help for this page

Select Code to Download


  1. or download this
    select distinct ta.name from ta, tb, lnk where ta.id=lnk.ia and tb.id=
    +lnk.ib and (tb.name='b1' or tb.name='b4');
    
    ...
    insert into lnk values(2,6);
    
  2. or download this
    function update_concelho() {
      var i = document.pesquisa.distrito.options[document.pesquisa.distrit
    +o.selectedIndex].value;
    ...
    var ids8 = new Array("118","142","163","177","182","187","231","238","
    +252","269","271","30","36","4","40","7","70","90","92")
    
    }