search for: schedulecard

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

2007 Jun 23
2
type image submit tags on IE dropping the params
I have noticed that on IE, the @params[:commit] does not come through on image submit tags, but it does when the image is removed. this fails: <%= submit_tag( "Schedule", {:type => "image", :src=>"/images/buttons/schedulecard.gif", :alt=>"Schedule Card", :class=>"button"})%> but this works: <%= submit_tag( "Schedule", {:alt=>"Schedule Card", :class=>"button"})%> It seems as though the commit.x and commit.y will come through, is there a work a...