home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1999 November / PCW9911.BIN / sharewar / prx / wscripts / Prscript.exe / data1.cab / Snippets / HTML / List / Menu.snippet < prev    next >
Encoding:
Text File  |  1999-09-03  |  725 b   |  20 lines

  1. ;SAPIEN Snippet File
  2. ;Any line with a semi-colon in the first character position is ignored
  3. ;$CARET places the caret at that position
  4. ;$SELECTION places the selected text into that position
  5. ;$STARTSEL sets the beginning position for selected text
  6. ;$ENDSEL sets the ending position for selected text
  7. ;the caret is always moved to the end of the selected text
  8. ;any call to $CARET prior to $STARTSEL/$ENDSEL will be ignored
  9. ;any call to $CARET after $STARTSEL/$ENDSEL will result in no selection
  10. ;
  11. <MENU>
  12.     <LH><EM>$CARET$STARTSELMenu$ENDSEL</EM></LH>
  13.     <LI><A HREF="">Item</A>
  14.     <LI><A HREF="">Item</A>
  15.     <LI><A HREF="">Item</A>
  16.     <LI><A HREF="">Item</A>
  17.     <LI><A HREF="">Item</A>
  18.     <LI><A HREF="">Item</A>
  19. </MENU>
  20.