Hello there people, im having a problem with the Ajax.Updater evalscripts, i fill and div with a form that i get with the Ajax.Updater, that form had a javascript validation, i put evalScripts true but when i get the form i had an unexpected close in the firefox, i had a long time looking the answer but nothing yet, somebody with the same problem? or the answer? greets -- // // Ing. Francisco J. Calderón S. // fjcalderon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org // Usuario de GNU/Linux nº 349529 // Maracay, Venezuela // _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Francisco Calderon
2006-Mar-22 18:58 UTC
Re: problem with Ajax.Updater evalscript and firefox
i answer me, the problem was i was putting the javascript function inside the page with the form, now i put the functions in the page who call the form and works well, greets On 3/22/06, Francisco Calderon <fjcalderon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hello there people, im having a problem with the Ajax.Updater evalscripts, > i fill and div with a form that i get with the Ajax.Updater, that form had > a javascript validation, i put evalScripts true but when i get the form i > had an unexpected close in the firefox, i had a long time looking the answer > but nothing yet, somebody with the same problem? or the answer? > > greets > > -- > // > // Ing. Francisco J. Calderón S. > // fjcalderon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > // Usuario de GNU/Linux nº 349529 > // Maracay, Venezuela > // >-- // // Ing. Francisco J. Calderón S. // fjcalderon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org // Usuario de GNU/Linux nº 349529 // Maracay, Venezuela // _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Guillermo Movia
2006-Mar-22 18:59 UTC
Re: problem with Ajax.Updater evalscript and firefox
Yesterday i had a problem with evalscript too, but the anwer was that the javascript inside the Ajax.Updater had mispelling. The best choice is that you paste the code (or part of this) to see it. En castellano: Ayer tuve un problema con evalscript, pero terminó siendo algo del código que traía con el Ajax.Updater. Fijese, en principio, (este error yo loo tenía) que detrás de evalScript: true no vaya una coma, y después de revisar mucho el código, dejando sólo aguna función, funcionó. 2006/3/22, Francisco Calderon <fjcalderon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> Hello there people, im having a problem with the Ajax.Updater evalscripts, i > fill and div with a form that i get with the Ajax.Updater, that form had a > javascript validation, i put evalScripts true but when i get the form i had > an unexpected close in the firefox, i had a long time looking the answer but > nothing yet, somebody with the same problem? or the answer? > > greets > > -- > // > // Ing. Francisco J. Calderón S. > // fjcalderon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > // Usuario de GNU/Linux nº 349529 > // Maracay, Venezuela > // > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >