Displaying 1 result from an estimated 1 matches for "show_download_loc".
2006 Mar 11
1
I do not get it
How can I do the following. I have this list.rhtml page for
<%= form_tag ({:action => ''show_download_locations''}) %>
<p>
Please let us know who you are
</p>
<%= text_field("name", "", :size =>20) %>
<%= submit_tag %>
<%= end_form_tag %>
a Postgres Database created with:
create table downloaders
(id serial,
name varcha...