Hello everyone. I want to invoke some python function by clicking on a simple html button: <button type="button">Click Me!</button> It's not a form. On my page user fills many forms, and each form data is gathered into webpy server. When user is done filling all the forms I want him to click that button to let webpy server know, that function that calculates all gathered data should be called. How can I achive this? Thanks!
-- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
