[Rails-spinoffs] Re: Problem with lightbox/scriptaculos

2008-05-01 Thread kangax
*Expedia that is On May 1, 3:24 pm, kangax <[EMAIL PROTECTED]> wrote: > 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 i

[Rails-spinoffs] Re: Problem with lightbox/scriptaculos

2008-05-01 Thread kangax
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.

[Rails-spinoffs] Re: Problem with lightbox/scriptaculos

2008-05-01 Thread elyfrank
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 working http://flyawaytrip.com/index5.htm you are amazing, thank you for fixing this for me. I just have to talk to expedia to see if t

[Rails-spinoffs] Re: Problem with lightbox/scriptaculos

2008-05-01 Thread elyfrank
Thank you, thank you This is what I did. I save the asp file from expedia server into my server I modified the line as you told me, and wow. It works I just have to make sure that expedia can track the id so I can get the commision. You are the best, I let you know what expedia tells me. On Ma

[Rails-spinoffs] Re: Problem with lightbox/scriptaculos

2008-05-01 Thread elyfrank
Ok, I see that this lines are in the expedia asp. Since this is in another server (expedia) and it is a read only file. What can I do about it? Can I convert this and put it in my server, would it still work? no this script will work if I put it in a page by itself but without calling prototype.js

[Rails-spinoffs] Re: Problem with lightbox/scriptaculos

2008-05-01 Thread kangax
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:

[Rails-spinoffs] Re: Problem with lightbox/scriptaculos

2008-05-01 Thread elyfrank
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   var param = list[i].split('='); >   this.queryList[param[0]] = para

[Rails-spinoffs] Re: Problem with lightbox/scriptaculos

2008-05-01 Thread kangax
There's a for/in iteration over an array object. Replace for/in with plain for (line 34): for (var i=0; i wrote: > I have the latest prototype.js and still I have problems. my website > ishttp://flyawaytrip.comand I have a page with script inserted so > you can see the error:http://flyawaytrip.co

[Rails-spinoffs] Re: Problem with lightbox/scriptaculos

2008-05-01 Thread elyfrank
I have the latest prototype.js and still I have problems. my website is http://flyawaytrip.com and I have a page with script inserted so you can see the error: http://flyawaytrip.com/inde.htm Thank you for your help On Apr 27, 11:22 pm, "Ken Snyder" <[EMAIL PROTECTED]> wrote: > On 4/26/08, el

[Rails-spinoffs] Re: Problem with lightbox/scriptaculos

2008-04-27 Thread Ken Snyder
On 4/26/08, elyfrank <[EMAIL PROTECTED]> wrote: > > > Hi, I am having a problem with my website when I add this script. > > > > It doesn't show up. > > When I get rid of this line in my index page it > shows up. > > How can I get rid of this problem? > > thanks Can you give us a link to the pa