Neatware Header

Ladybug
StudioXP
Video Control

PlayerXP
MPEG,AVI,VCD

Snaml
Generic
XHTML,WML

C#
.NET,XML,ASP

Java
J2EE,XML,JSP

MyrmecoX
Professional
Tcl/Tk IDE

Enterprise
Server,Terminal


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_	
Image < Previous Next > Select