I have an Ajax request from a form
<form class="non_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:user]-->
it executes well in dev n locahost... (mongrel) and on local Apache
server (http://aelmat.local)
but it's not executing when running on remote host server
what could be the issue ? where should I look for ?
erwin
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---