Is it possible for web.py to reference an html element? for example index.html has the code: <input type="text" name="fname" value="John">
Does web.py have any method for referencing "fname" and changing/getting its value without having to use web.py's templating language or having to render it with Textbox(name="fname", value="John").render()? Thank you in advance for any response. -- 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. For more options, visit https://groups.google.com/d/optout.
