hi i find the problem, the probles is that i use to scripts of spry, and whne 
the two script ar ein the same page nothign of scriptacoulous owrks in 
epxlorer, and when i take off the file of sprydata then work, i have to find 
the problem why cant stay together
  ----- Original Message ----- 
  From: Mark Holton 
  To: rubyonrails-spinoffs@googlegroups.com 
  Sent: Friday, May 25, 2007 7:44 PM
  Subject: [Rails-spinoffs] Re: Proble with prototype


  which version of Prototype and which version of Scriptaculous are you using?


  On 5/25/07, Delfino Mario <[EMAIL PROTECTED] > wrote:
    thanks for you answer, the verion is the 7
      ----- Original Message ----- 
      From: Mark Holton 
      To: rubyonrails-spinoffs@googlegroups.com 
      Sent: Friday, May 25, 2007 7:39 PM 
      Subject: [Rails-spinoffs] Re: Proble with prototype


      what versions of Internet Explorer are you trying to get your code to 
work on?  



      On 5/25/07, mdelfino <[EMAIL PROTECTED] > wrote: 

        Hello, i`m making a page and i  start to use the prototype library, 
        and with explorer many of the thigs not work, for example, the
        Autocomplete function of scriptaculous not work in explorer becouse
        the funciont down of prototype not work, and i test with other broser
        but only in epxlorer nt work, thi sis the script that i use to push 
        the script
        chatAjax.prototype.crearAutoComplete=function(cajaTexto, url) {
                //<![CDATA[
                this.crearDivAutocomplete(cajaTexto);
                var page =new Ajax.Autocompleter(cajaTexto, cajaTexto + "_ac", 
url, 
        {paramName: "texto", afterUpdateElement : this.getSelectionId});

                //]]>
        }

        chatAjax.prototype.crearDivAutocomplete=function(cajaTexto) {
                var div = Builder.node("div", {id: cajaTexto + "_ac", 
className: 
        "autocomplete"});
                $(cajaTexto).parentNode.appendChild(div);
        }
        chatAjax.prototype.main=function(ruta){
                this.crearAutoComplete("filtroBusqueda", 
ruta+"php_files/clases/ 
        ChatDelfino/ListaUsuario.php");

        }
        chatAjax.prototype.getSelectionId=function(text, li) {
            muestroDatoUSuario(li.id);
        }
        and thi sis the html
        <div class="bz_mesfb"> 

          <div>
            <input id="filtroBusqueda" class="bz_mesf" type="text"
        onClick="this.value == 'Search, add, or invite' ? this.value = '' :
        true" value="Search, add, or invite"/> 
        <script type="text/javascript">
                <!--scrrip-->
        </script>
          </div>
          <div id="contacInfo" style="display:none"></div>
        </div> 

        and nothing happend i was debugging to found the problem in explorer
        but when i find the function down() nothing happend this
        I need help please






  

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to