getting subject error when calling code listed below: function checkunique(refid,refval,custid,itemtype) { var url = ''checkunique.asp''; new Ajax.Request( url, { method: ''post'', parameters: {refid: refid, refval: refval, custid: custid, itemtype: itemtype}, onSuccess: showResponse, onFailure: reportError }); } Can anyone provide some insight as to why?? TIA Frank --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hopefully someone will take a look at this post and provide me some insight as to why. I went on the irc.freenode and asked this question and was told to try v1.6rc0. I have tried 1.5.0, 1.5.5, 1.6.rc0 and 1.6rc1. Only difference is 1.6rc1 give a different line number where the error appears. Any gurus out there with some help please.... TIA Frank On Oct 26, 9:54 am, few1938 <few1...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> getting subject error when calling code listed below: > > function checkunique(refid,refval,custid,itemtype) { > var url = ''checkunique.asp''; > new Ajax.Request( > url, > { > method: ''post'', > parameters: {refid: refid, refval: refval, custid: custid, itemtype: > itemtype}, > onSuccess: showResponse, > onFailure: reportError > }); > > } > > Can anyone provide some insight as to why?? > > TIA > Frank--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Can you produce a REALLY REALLY simple script which goes wrong. Something we can just grab and run with. That way we know it is going it is failing on yours and we can see what''s going on. On 29/10/2007, few1938 <few1938-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hopefully someone will take a look at this post and provide me some > insight as to why. > I went on the irc.freenode and asked this question and was told to try > v1.6rc0. I have tried 1.5.0, 1.5.5, 1.6.rc0 and 1.6rc1. Only > difference is 1.6rc1 give a different line number where the error > appears. > Any gurus out there with some help please.... > > TIA > Frank > > On Oct 26, 9:54 am, few1938 <few1...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > getting subject error when calling code listed below: > > > > function checkunique(refid,refval,custid,itemtype) { > > var url = ''checkunique.asp''; > > new Ajax.Request( > > url, > > { > > method: ''post'', > > parameters: {refid: refid, refval: refval, custid: custid, itemtype: > > itemtype}, > > onSuccess: showResponse, > > onFailure: reportError > > }); > > > > } > > > > Can anyone provide some insight as to why?? > > > > TIA > > Frank > > > > >-- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---