Hi, > I am using the latest version of Prototype.cs and the scriptaculous > files.
The "latest version" is a very slippery concept. Specific versions? -- T.J. Crowder tj / crowder softare / com On Oct 3, 9:16 am, CallinBollig <[EMAIL PROTECTED]> wrote: > Hi, > I have a small issue, which I can't find a solution to on the web. > Perhaps you can help. Using Prototype and Scriptaculous I have created > an autocompleter which calls an ASP.NET web service and works fine. > However when I put it onto a Panel which is made visible by a > modalbox.Show() the autocompleter no longer fires. > I am using the latest version of Prototype.cs and the scriptaculous > files. > > Here is the code > > <div id="Panel1"> > <table cellspacing="3" cellpadding="3"> > <tr> > <td> > Possible Values > <br /> > <%--asp:ListBox ID="lbPossiblefiltervalues" > runat="server" Height="500px" Width="150px"></asp:ListBox>--%> > <div id="div1" class="autocompleteContainer"> > <h3> > Custom autocomplete using AJAX and > parameters</h3> > <div id="divDetails5"> > </div> > <input id="autocomplete5" type="text" /> > <div id="autocomplete_choices5" > class="autocomplete"> > </div> > </div> > </td> > </tr> > </table> > <input type="button" value="Save" onclick="onSavePopup()" /> > <input type="button" value="Cancel" > onclick="Modalbox.hide();return false;" /> > </div> > > just let me reiterate the control works fine outside the modal box, > just not in the panel when the modal box is active. I've checked the > rendered html and the id's are correct. > > Any help would be appreciated, > > Best Regards > > CB --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
