Displaying 1 result from an estimated 1 matches for "add_lead".
Did you mean:
add_head
2006 Apr 05
3
Issuing an ajax request to a different web server?
Is it possible to have an Ajax request go to a different server than
the one that originally rendered the web page? I am attempting this,
but the ajax server never gets the request.
For example, inside a form:
<%= submit_to_remote(''add_lead'',''Add Lead(s)'',
:url =>
"http://123.456.789.0:3000/users/add_lead",
:loading => ''item_loading()'') %>
which generates the following html:
<input name="add_lead" onclic...