Displaying 2 results from an estimated 2 matches for "domainworks".
2006 Jan 23
0
form_remote_tag and Safari (HELP!)
...sponse %>
<%= select "website", "id", Website.find(:all,
:conditions => ["merchant_id = ? AND sitetype = ''PPC''", @session
[:user].merchant_id]).collect {|p| [p.domain, p.id]} %>
<%= image_submit_tag "http://images.bluechips.com/DomainWorks/Submits/
submit.gif" %>
<%= end_form_tag %>
I am using this as the form_remote_tag tag for a submission of a
form, but in Safari 2.0.3 the parameters do not post at all, while in
IE 6.0.x they do. In the log file for a Safari request:
Processing ConfigurationController#list_set...
2006 Jan 29
0
Pagination and AJAX
...l at: http://wiki.rubyonrails.com/rails/pages/How+to
+Paginate+With+Ajax is helpful. The last solution at the bottom of
the page seems the best, but where would an image reference go? How
would I get to something like this:
<%= link_to_remote image_tag(''http://images.bluechips.com/DomainWorks/
Submits/add.gif'',
:size => ''37x16'', :alt => ''ADD'', :border => ''0''),
:url => url_for(:controller => ''image'', :action => :list),
:update => :images_list,
{ :page...