so when i writein the textarea and press submit i want to pick up
whats in the text area into web.input.something
how do i catch that value/string?
<html>
<body bgcolor="orange">
<p>Robber's language encrypter/decrypter!</p>
<form action="">
<select name="encrypt/decrypt">
<option value="encrypt">encrypt</option>
<option value="decrypt">decrypt</option>
</select>
</form>
<textarea rows="10" cols="30"></textarea>
<input type="submit" value="submit" /><br />
<form method=post>
To encrypt: <input type="text" name="username" /><br />
To decrypt: <input type="text" name="password" /><br />
<input type="submit" value="submit" /><br />
</form>
</body>
</html>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---