![]() |
FST WebDemo | ![]() |
If there are multiple fields to be modified, we can use FORM tags in combination with the POST method. These even allows things like radioboxes. First the result:
And here is the HTML code:
<form method="POST" action="demo_23a.htm"> Flagword <input type="text" name="MMW12" value="<FSTCI dmw12>" size="6" maxlength="6"> Load 1 to FW13 <INPUT type="radio" name="MMW13" value="1" checked> Load 2 to FW13 <INPUT type="radio" name="MMW13" value="2"> Load 3 to FW13 <INPUT type="radio" name="MMW13" value="3"> Enter string Set Flagword 14 to: <select name="mmw14"> <option value="1">one</option> <option value="2">two</option> <option value="3">three</option> <option value="4">four</option> <option value="5">five</option> </select> </form> |
Last modified: 2004-07-11 |