|
Anchor
Anchor proc with inputs of title, href and content.
proc Anchor {title href content} {
_anchor "title='$title'"
__go "href='$href'"
quote $content
anchor_
}
Images link to images.wml and Timer links to timer.wml.
WMLHeader anchor.wml
_wml
_card
_p "align='center'"
quote "Anchor and Link"
p_
_p "align='center'"
Anchor {View Image} images.wml Images
Anchor {Run Timer} timer.wml Timer
p_
_p "align='center'"
quote "click anchor goto other decks."
p_
card_
wml_
|
|
Copyright© 2000-2002, Neatware. All Rights Reserved.
|
|