home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 February / club9702.bin / SHARE95 / 95ARACHN / DATA.Z / Frames-Java.tbd < prev    next >
Text File  |  1996-11-16  |  1KB  |  17 lines

  1. Product Name    Version        
  2. Arachnophilia    1.0        
  3. Short (MetaBar) Name    Long (ToolBar/Menu) Name    ToolTip    Status Line
  4. Frames    Frames/Java    Also JavaScript    Also JavaScript
  5. Button Name    Command    ToolTip    Status Line
  6. Fset C    <FRAMESET cols="20%,*">\n\n|\n\n</FRAMESET>    Column Frameset    Column Frameset
  7. Fset R    <FRAMESET rows="20%,*">\n\n|\n\n</FRAMESET>    Row Frameset    Row Frameset
  8. Frame    <FRAME src="" name="">    Frame Definition    Frame Definition
  9. Target    <A href="" Target="">|</A>    Target Frame    Target Frame
  10. NoFrame    <NOFRAME>\n\n|\n\n</NOFRAME>    No Frame Block    For browsers that don't support frames
  11. Script    <SCRIPT Language="JavaScript">\n<!-- Hide this from older browsers\n\n|\n\n// end hide -->\n</SCRIPT>    JavaScript code block    JavaScript code block
  12. Write    document.writeln("|");    Write to browser    Write to browser
  13. Alert    alert("|");    Cute Dialog Box    Cute Dialog Box
  14. Prompt    var response = prompt("|","y/n");    Ask the user    Ask the user
  15. Funct    function |() {\n\n}    Function block    Function block
  16. IfElse    if (|) {\n\n}\nelse {\n\n}    Decision block    Decision block
  17.