Displaying 2 results from an estimated 2 matches for "negerzoen".
2006 Apr 11
2
New ROR Site
Hello Everyone,
I wanted to announce our "just for fun" ruby on rails/ajaxified web application.
http://www.rateyourmates.net
Our goal was to combine the power of google maps, geographical
statistics, and instant feedback using rjs/ajax to create a site that
is personal and uniquely interesting for all viewers. We hope people
really have fun navigating throughout the site and ultimately
2006 Apr 21
4
link_to_function with submit
I looked everywhere but couldn''t find it.
I don''t want a submit_tag or image_submit_tag but a normal link that
submits my form.
Normally I would do this with a javascript like
function sendForm ()
{
document.forms[0].submit();
}
but this doesn''t work with form_remote_tag
link_to_function( ''Send'' , "sendform();")
So the question is: