search for: searchtxt

Displaying 1 result from an estimated 1 matches for "searchtxt".

Did you mean: searchtext
2007 Dec 12
0
how can I use form_remote_tag to go to a different host ?
...3000/test/search" method="post" onsubmit="new Ajax.Updater(''search_results'', ''http://rails-server:3000/ test/search'', {asynchronous:true, evalScripts:true, parameters:Form.serialize(this)}); return false;"> Search <input id="searchtxt" name="searchtxt" type="text" value="" /> <input name="commit" type="submit" value="Submit" /> </form> <div id="search_results"> </div> --~--~---------~--~----~------------~-------~--~--...