![]() ![]() |
|
Using Text Boxes and Images: |
|
Using Images |
Want to use images instead of buttons? This example sends a
search and play message to an MP3 Audio Machine when you click the
car. Just like any form, you have fields that are necessary to
communicate properly with WEBster, whether it's a button, image, or text
box. <form ACTION="/form" METHOD=POST>
|
Response: |
Using Text Fields |
This is an example of how to add a data field to your forms, so you can
send customized strings to any serial device, without having to tie them
to a button. <form
ACTION="/form" METHOD=POST> |