In a Facebox window (running well with an html form) , I have now an
Ajax form written
<form class="tabular" onsubmit="new
Ajax.Request('/intranet-dev/welcome/infos_send',
{asynchronous:true, evalScripts:true, parameters:Form.serialize(this)});
return false;"
method="post" action="/intranet-dev/welcome/infos_send">
..
</form>
but when submitted , the request.xhr? => false
what could be wrong ? what did I miss ?
thanks for any enlightenment
erwin von breizh
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" 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-talk?hl=en
-~----------~----~----~----~------~----~------~--~---