home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / arachne / archn170.exe / AEXTHTML.TXT < prev    next >
Encoding:
Text File  |  2000-03-17  |  3.8 KB  |  91 lines

  1.  
  2. Official Arachne extensions to HTML
  3. ===================================
  4.  
  5. These extensions can be useful if implemented in other browsers:
  6.  
  7. <TEXTAREA .... ACTIVE></TEXTAREA>
  8. <INPUT TYPE=TEXT ... ACTIVE>
  9. This is the most useful of Arachne's extensions to HTML; it says, that
  10. the (last) textarea with ACTIVE attribute will get keyboard focus, when
  11. page is loaded. This is true only of textarea is visible on screen.
  12.  
  13. <INPUT TYPE=OUTPUT ...>
  14. Ouptut field. Look exactly like TYPE=INPUT, but it is not user editable.
  15.  
  16. <INPUT TYPE=TEXT ... URI>
  17. Insert Uniform Resource Identifier of current document's URL:
  18. Example: mailto:someone@somewhere -> someone@somewhere
  19.          http://xxx.com/yyy.html  -> /yyy.html
  20.  
  21. <INPUT TYPE=TEXT ... URL>
  22. Insert Universal Resource Locator (URL) of current document.
  23.  
  24. <INPUT TYPE=TEXT ... USR>
  25. Insert username (part of URL).
  26.  
  27.  
  28. Private Arachne extensions to HTML
  29. ==================================
  30.  
  31. <ARACHNE [RAW=...] [NOCACHE] [MSG=...] [TARGET=...] [PRINT=YES|NO]>
  32.  RAW      ...set filename to be used for "Save As", "Page source", etc.
  33.  NOCACHE  ...this document won't be stored in cache
  34.  MSG      ...change default status line for current document
  35.  TARGET   ...define full online filename for FTP upload
  36.  PRINT    ...toggle printing of this section of document
  37.  
  38. <BODY [ARACHNE] [NORESIZE]>
  39.  ARACHNE  ...use configurable Arache destop colors and background
  40.  NORESIZE ...do not resize tables, nobreaks and images (parse HTML only once)
  41.  
  42. <FONT 3D> ... </FONT> ...use 3D looking text
  43.  
  44. Protocol "arachne:"
  45. -------------------
  46.  
  47. arachne:exit[?errorlevel]  ...exit to DOS
  48. arachne:dialer ...execute "Connection" ARACHNE.CFG variable
  49. arachne:dialpage ...goto URL defined in "DialPage" ARACHNE.CFG variable
  50. arachne:hangup ...execute "Hangup" ARACHNE.CFG variable
  51. arachne:internal-config[?newURL] ...update ARACHNE.CFG
  52. arachne:internal-htmledit ...edit current page
  53. arachne:internal-editor ...for text editor
  54. arachne:internal-mail ...for sending mail messages
  55. arachne:ftp-send ...ftp
  56. arachne:ftp-upload ...ftp
  57. arachne:save ...save document
  58. arachne:back ...goto previous document (same as "Previous document" icon)
  59.  
  60. Extensions to Forms
  61. -------------------
  62.  
  63. <INPUT TYPE=anything ... NAME=variable name ARACHNECFGVALUE=NAME>
  64. <INPUT TYPE=RADIO|CHECKBOX ... ARACHNECHECKED=NAME>
  65. <INPUT TYPE=RADIO|CHECKBOX ... ARACHNENOTCHECKED=list of variables>
  66. <INPUT TYPE=TEXT ... ARACHNECFGHIDE=list of variables>
  67. <INPUT TYPE=TEXT ... ARACHNESAVE> ...name for saving last document
  68. <INPUT TYPE=TEXT ... ARACHNEMIME> ...type of last document
  69. <INPUT TYPE=TEXT ... ARACHNEDOC> ...filename of last document
  70. <INPUT TYPE=TEXT ... ARACHNEURL> ...URL of last document
  71. <INPUT TYPE=TEXT ... ARACHNEVER> ...Arachne version
  72. <TEXTAREA ARACHNEEDITOR></TEXTAREA> ...edit current document
  73. <TEXTAREA ARACHNEEDITOR=filename></TEXTAREA> ...edit local document
  74. <TEXTAREA ARACHNEROWS></TEXTAREA> ...if ROWS are adjusted to make this
  75.                                      TEXTAREA full-screen for 800x600 mode,
  76.                                      this will resize TEXTAREA to be
  77.                                      full-screen in any other graphics mode.
  78.  
  79. For mail composer and service pages
  80. -----------------------------------
  81.  
  82. <INPUT NAME=$MSG TYPE=HIDDEN> ...start e-mail message here
  83. <INPUT NAME=$TO VALUE=...> ...add To: field
  84. <INPUT NAME=$CC VALUE=...> ...add CC: field (can be multiple)
  85. <INPUT NAME=$SUBJ VALUE=...> ...add subject
  86. <INPUT NAME=$ATTACH VALUE=...> ...attach file described in VALUE of input box
  87. <INPUT NAME=$SAVE ...> ...save mail as .TBS (To Be Sent) file
  88. <INPUT NAME=$SMTP ...> ...send mail immediately
  89. <INPUT NAME=$MOVE VALUE=...> ...move last document to VALUE
  90. <INPUT NAME=$COPY VALUE=...> ...copy last document to VALUE
  91. <TEXTAREA NAME=$BODY> ...append body of the mail message