Hi there, I was wondering about the button input type. I know it is recommended to use a input submit type, however, if one were wanting to use a button, how could I have web2py forward to another page with it?
ie. <input type="button" name="register"></input> <--- I want that to redirect to register/index.html in the VIEW. Also, I found the epydoc request class to be missing the vars method description, only get_vars is listed (which happens to be the same). However, if I replace get_vars with just vars in the address bar, it forwards me to the vars method description...its weird that it is not listed as a method. Lastly, is there a tutorial or anything about how to use CSS (classes over ids) with the various HTML tags in web2py ie. FORMS, TABLE, TR, TD, INPUT, etc. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---