Subversion Repositories wimsdev

Rev

Rev 5921 | Rev 9071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5921 Rev 5928
Line 5... Line 5...
5
  Whenever possible, this command should be used instead of a direct use of
5
  Whenever possible, this command should be used instead of a direct use of
6
  html tag $emph&lt;form>$emphend. <br/>
6
  html tag $emph&lt;form>$emphend. <br/>
7
  This command will create a &lt;form> tag pointing to the wims server, adding
7
  This command will create a &lt;form> tag pointing to the wims server, adding
8
  &lt;input> fields to pass session number (and other reserved things in the
8
  &lt;input> fields to pass session number (and other reserved things in the
9
  future). In lines which follow, other input (or select) fields may be
9
  future). In lines which follow, other input (or select) fields may be
10
  added to the form. A final &lt;/form> tag should also be added by the
10
  added to the form. A final $emph !formend$emphend must also be added by the
11
  programmer. <br/>
11
  programmer. <br/>
12
  $emph cmdvar$emphend is an optional parameter. Its value should be a valid
12
  $emph cmdvar$emphend is an optional parameter. Its value should be a valid
13
  value for the variable $emph cmd$emphend. In this case the value $emph
13
  value for the variable $emph cmd$emphend. In this case the value $emph
14
  cmdvar$emphend will be automatically submitted to the variable $emph cmd
14
  cmdvar$emphend will be automatically submitted to the variable $emph cmd
15
  $emphend. If this parameter is missing or is invalid, then the programmer
15
  $emphend. If this parameter is missing or is invalid, then the programmer
16
  should add a &lt;input type=hidden name=cmd value=...> tag before the
16
  should add a &lt;input type="hidden" name="cmd" value="..."> tag before the
17
  final &lt;/form>. <p>
17
  final &lt;/form>. <p>
18
  The target of the form can be controlled by the variable
18
  The target of the form can be controlled by the variable
19
  $emph wims_ref_target$emphend. It can also be defined via an optional word
19
  $emph wims_ref_target$emphend. It can also be defined via an optional word
20
  $emph target=...$emphend. Note that in this case the target must start with
20
  $emph target=...$emphend. Note that in this case the target must start with
21
  $emph wims_$emphend.
21
  $emph wims_$emphend.