That looks like a super long url... try sending all of that stuff in the
postBody or parameters (as a hash) instead.. could also be some of the
string needs to be encoded first or Prototype is trying to break it down
to a hash and making a mistake somewhere. What version of Prototype are
you using?

op_dom.parameters = {
  ajax: true,
  action: taskOper,
  idRec: idRec,
  enti: $('enti').value,
  ofi: $('ofi').value,
  dc: $('dc').value,
  cuenta: $('cuenta').value,
  StrFirma: valorFirma,
  StrXMLE: $('StrXMLE').value
};
new Ajax.Request('index.php',op_dom);

Note, this is now using the POST method rather than GET, so make the
proper changes elsewhere if necessary but I think this will at least fix
the error you're currently getting in IE.

Colin


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to