Rev 5920 | Rev 11210 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
32 | reyssat | 1 | !! +exec+ +html+ |
2 | $lst_tit href$lst_titend$type_exec |
||
5921 | bpr | 3 | $(lst_syntax)href $emph parms text$emphend</span> |
5766 | bpr | 4 | $lst_mean Creates a hypertext reference pointing to the wims server. <br/> |
32 | reyssat | 5 | Whenever possible, this command should be used instead of a direct use of |
5766 | bpr | 6 | html tag $emph<a href="...">$emphend. <br/> |
32 | reyssat | 7 | $emph parms$emphend is the string of parameters to the call to wims server, |
8 | which should not contain white spaces. |
||
9 | Usually a $emph cmd=... $emphend pair should be at least present; on the |
||
10 | other hand, the session number and prefered language will be directly |
||
5766 | bpr | 11 | added by the server. <br/> |
32 | reyssat | 12 | $emph text$emphend is the text on which the hypertext link sits. It can be |
13 | any text or a <IMG ...> tag, but dynamic insertions are not accepted yet. |
||
5766 | bpr | 14 | <br/>There is no need to add the end tag $emph </a>$emphend. |
32 | reyssat | 15 | <p>The target of the reference can be controlled via the variable |
16 | $emph wims_ref_target$emphend. It can also be defined via an optional word |
||
17 | $emph target=...$emphend. Note that in this case the target must start with |
||
18 | $emph wims_$emphend. |
||
5920 | bpr | 19 | </p> |