Well I implemented what you said and debugged my code through firebug and found out that the request is not sent because of the following error:
Prototype is not defined dispatchException()Prototype.js (line 1355) respondToReadyState()Prototype.js (line 1322) onStateChange()Prototype.js (line 1249) bind()Prototype.js (line 214) [Break on this error] (this.options.onException || Prototype.emptyFunction)(this, exception); i did not make any changes to the prototype.js file. So I have no idea what the problem is. On Oct 22, 8:18 am, Baglan <[EMAIL PROTECTED]> wrote: > I see an error in your code which could have prevented it from working > at all; the ',' (comma) after the onSuccess function definition is > missing (happens to me all to frequently :)) - could that be the issue > or is it a typo? > > I'd suggest you to use some kind of debugger for spotting that kind of > issues. Personally, I'm using FireBug for Firefox - it shows if there > were any Javascript errors and lets you inspect AJAX requests easily. > > - Baglan > > p.s. Here's the link for the Firebug: > > https://addons.mozilla.org/en-US/firefox/addon/1843 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
