search for: query_box

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

Did you mean: query_bit
2010 Feb 08
1
can use use observe_field with a 3rd party server?
...observe_field, it fails, i always get a result back of empty string. Am I violating some rule about cross-site ajax calls? Can I have my server generate the observe_field code which calls a 3rd party server for ajax updates, like observe_field? Here''s my code: <%=observe_field "query_box", :frequency => 0.5, :url => "http://ff.search.yahoo.com/gossip", :method => "GET", :with => "''output=fxjson&command={'' + encodeURIComponent(value) + ''}''",...