|
Prev | Next | href |
| Syntax |
$href%uri%$$ |
$href%uri%linkingtext%$$ | |
$href%uri%linkingtext%frame%$$ | |
| See Also | image_link , keyword list , cref |
$href and before the $$
is a delimiter sequence
where % can be any character that is not a letter.
href command.
Leading and trailing white space in uri is ignored.
$href%http://www.w3.org/tr/rec-html32.html%$$
links the text
http://www.w3.org/tr/rec-html32.html
to the corresponding internet file.
The result is the following link
http://www.w3.org/tr/rec-html32.html
$href%http://www.w3.org/tr/rec-html32.html%HTML 3.2%$$
links the text HTML 3.2 to the
file specified by
http://www.w3.org/tr/rec-html32.html
The result is the following link
HTML 3.2
$href%http://www.w3.org/tr/rec-html32.html%HTML 3.2%1%$$
the results are displayed in the first frame of the current section.
You can see the corresponding effect by selection the following link:
HTML 3.2
If the
frame number
is not valid for the current section,
the results are displayed in a separate window.
For example,
the following input
$href%http://www.w3.org/tr/rec-html32.html%HTML 3.2%0%$$
results in the following link
HTML 3.2
href command.
For example
$href%http://www.w3.org/tr/MathML2/chapter1.html#intro_goals%$$
results in the following link
http://www.w3.org/tr/MathML2/chapter1.html#intro_goals
In general, the
characters between the first and second delimiter specify an arbitrary
URI on the internet. For example it can reference a mailto command
or a ZIP file.
$href%http://www.w3.org/tr/MathML2/chapter1.html#intro_goals
%Design Goals of MathML
%$$
results in the following link
design goals of MathML
.
href commands are valid.
If you use the
-debug
option on the
command line
,
OMhelp will generate a section to aid you in checking
that the these addresses are valid.
The cross reference tag
for this automatically generated
section is _external.
You can see the corresponding section for this web site
by selecting the following link
.