Glad it worked (and hoping that wikipedia stops enumerating over arrays and drops document.write clauses)
- kangax On May 1, 3:22 pm, elyfrank <[EMAIL PROTECTED]> wrote: > I just did what you told me to do and it works I just have to put it > in the right place so it shows correctly in my page. > This is the link where it shows that is > workinghttp://flyawaytrip.com/index5.htm > you are amazing, thank you for fixing this for me. > I just have to talk to expedia to see if they will be able to track my > commision after the fix that you did. > thaks > > On May 1, 2:49 pm, kangax <[EMAIL PROTECTED]> wrote: > > > There's no more error on that page, so I have no idea which script was > > throwing it. Did you manage to fix it? > > > - kangax > > > On May 1, 2:45 pm, elyfrank <[EMAIL PROTECTED]> wrote: > > > > Where do I find this? prototype.js or scriptaculo.js? > > > thanks > > > > On May 1, 1:12 pm, kangax <[EMAIL PROTECTED]> wrote: > > > > > There's a for/in iteration over an array object. Replace for/in with > > > > plain for (line 34): > > > > > for (var i=0; i<list.length; i++) { > > > > var param = list[i].split('='); > > > > this.queryList[param[0]] = param[1]; > > > > > } > > > > > - kangax > > > > > On May 1, 8:27 am, elyfrank <[EMAIL PROTECTED]> wrote:> I have the > > > > latest prototype.js and still I have problems. my website > > > > > ishttp://flyawaytrip.comandIhaveapage with script inserted so > > > > > you can see the error:http://flyawaytrip.com/indexxxx.htm > > > > > Thank you for your help > > > > > > On Apr 27, 11:22 pm, "Ken Snyder" <[EMAIL PROTECTED]> wrote: > > > > > > > On 4/26/08, elyfrank <[EMAIL PROTECTED]> wrote: > > > > > > > > Hi, I am having a problem with my website when I add this script. > > > > > > > > <script language="javascript" type="text/javascript" src="http:// > > > > > > > >www.expedia.com/pubspec/scripts/storefront/expe.sf.vertical.350.asp?p... > > > > > > > "></script> > > > > > > > > It doesn't show up. > > > > > > > > When I get rid of this line <script > > > > > > > src="js/lightbox/scriptaculous.js? > > > > > > > load=effects" type="text/javascript"></script> in my index page > > > > > > > it > > > > > > > shows up. > > > > > > > > How can I get rid of this problem? > > > > > > > > thanks > > > > > > > Can you give us a link to the page with the > > > > > > problem? We need more information to diagnose the problem. Also, > > > > > > have you > > > > > > checked for errors in the console with Firebug? Do you have the > > > > > > latest > > > > > > releases of Prototype and Scriptaculous? > > > > > > > - Ken- Hide quoted text - > > > > > > > - Show quoted text -- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---
