|
The Contiki browser really doesn't have much time for forms -- anything
beyond a simple one-line text field and a submit button will be ignored. As of Contiki 1.3, the SIZE attribute is also treated as the MAXLENGTH, which means that the amount of text input available is somewhat limited. An additional consideration is that SIZE values over 99 will cause a very small textfield to display, whereas values higher than the screen width but less than 100 will be artificially truncated to however many characters remain in the current line. If that sounds convoluted, just keep your textfileds at 35 characters or less and you'll do just fine! Here's a nice simple form: |