home *** CD-ROM | disk | FTP | other *** search
/ RComp HTML Edit Studio for RISC OS / RComp HTML Edit Studio for RISC OS.iso / ZIPS / HTML.ZIP / HTMLEdit / Utilities / CSS+JS / !JvSDocs / Docs / Quick < prev    next >
Encoding:
Text File  |  1999-09-09  |  3.7 KB  |  78 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML><HEAD>
  3.  <TITLE>!JvScript : JavaScript Authoring For RISC OS</TITLE>
  4. <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
  5. <META HTTP-EQUIV="content-language" CONTENT="en-GB">
  6. <META HTTP-EQUIV="published" CONTENT="Thu, 13 May 1999">
  7. <META HTTP-EQUIV="expires" CONTENT="now">
  8. <META HTTP-EQUIV="pragma" CONTENT="no-cache">
  9. <META HTTP-EQUIV="build" CONTENT="May 1999">
  10. <META HTTP-EQUIV="author" CONTENT="Geoff Youngs from solutions.web (geoff@solutionsweb.co.uk)">
  11. <META NAME="generator" CONTENT="!HTML3 3.33b for RiscOS">
  12. <SCRIPT LANGUAGE="JavaScript"><!-- 
  13. window.defaultStatus="!JvScript - JavaScript author for RISC OS"
  14.  
  15. function rollon(imgName, varName)
  16. {if (document.images)
  17. document[imgName].src = eval(varName + 'on.src')}
  18. function rolloff(imgName, varName)
  19. {if (document.images)
  20. document[imgName].src = eval(varName + 'off.src')}
  21.  
  22. // -->
  23. </SCRIPT>
  24. <STYLE TYPE="text/css">
  25. <!--
  26. a:hover {color: #FF0000;}
  27. a:link  {color: #0000FF;}
  28. -->
  29. </STYLE>
  30. <BASEFONT FACE="arial, helvetica">
  31. </HEAD>
  32. <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" ALINK="#FF0000" VLINK="#8800BB"><A NAME="topofpage"></A>
  33. <TABLE WIDTH=100% CELLPADDING=5 CELLSPACING=0><TR>
  34. <TD BGCOLOR="#000000" WIDTH=25% VALIGN=CENTER ALIGN=LEFT><IMG SRC="gfx/jvs.gif" ALT="JvScript" WIDTH="120" HEIGHT="32" BORDER="0" ALIGN="left" HSPACE="0" VSPACE="0"></TD>
  35. <TD BGCOLOR="#000000" WIDTH=65% VALIGN=CENTER ALIGN=LEFT>
  36. <FONT COLOR="#FFFFFF" SIZE="+2">: Easy JavaScript Authoring</FONT>
  37. </TD>
  38. <TD BGCOLOR="#000000" WIDTH=10% VALIGN=CENTER ALIGN=RIGHT><IMG SRC="gfx/icon.jpg" ALT="JvScript's Amazing Icon" WIDTH="40" HEIGHT="40" BORDER="0" ALIGN="right" HSPACE="0" VSPACE="0"></TD></TR>
  39. <TR>
  40. <TD WIDTH=25% ALIGN=LEFT VALIGN=TOP BGCOLOR="#87CEFA">
  41. <!-- Links -->
  42. <CENTER><font size="+2">Links:</font></CENTER><br>
  43. <a href="Index" title="Index" onmouseover="window.status='Index';return true;">Index</a><br>
  44. <a href="Quick" title="Quick Start" onmouseover="window.status='Quick Start';return true;">Quick Start</a><br>
  45. <a href="xtra" title="Xtras" onmouseover="window.status='Xtras';return true;">Xtras</a><br>
  46. <!-- End of Links -->
  47. </TD>
  48. <TD VALIGN=TOP ALIGN=LEFT WIDTH=75% COLSPAN=2>
  49. <!-- Main Text -->
  50. <IMG SRC="gfx/logo.gif" ALT="JvScript Logo" WIDTH="90" HEIGHT="90" BORDER="0" ALIGN="right" HSPACE="5" VSPACE="3">
  51. <H2>Quick Start</H2><BR><P>
  52.  
  53. <B><I>This is only a Beta Release version.  Please report any bugs/suggestions/comments to <A HREF="mailto:geoff@solutionsweb.co.uk">Geoff Youngs</A> from solutions.web</I></B><BR><P>
  54.  
  55. <ol type=1>
  56. <li> Copy !JvScript and the other contents of the directory to your harddisc (or floppy, it shouldn't matter)
  57. <li> Double Click on the !JvScript icon.
  58. <li> JvScript installs itself on the iconbar
  59. <li> Click SELECT to open the pre-designed functions window, or ADJUST to open the raw javascript window
  60. <li> To use a pre-designed script:
  61. <ol type=i>
  62. <li> To use a pre-designed script, click on one of the menu buttons in the function window, and select one of the scripts listed.
  63. <li> A window opens, giving you the opportunity to fill in any required info.
  64. <li> Click 'Write' or 'Write Function' to write the function to the cursor.
  65. </ol>
  66. <li> For raw javascript:
  67. <ol type=i>
  68. <li> For the raw javascript, click on the button for the required section and a menu will open.
  69. <li> Click on the required entry and it will be appended at the cursor.
  70. </ol>
  71. </ol>
  72. <!-- End of Main Text -->
  73. </TD></TR></TABLE>
  74.  
  75. <!-- Footer -->
  76. <TABLE WIDTH="100%" ><TR><TD ALIGN="Left"><FONT SIZE="2">© Geoff Youngs, 1999</FONT><BR></TD><TD ALIGN="Right"><FONT SIZE="2">Designed by <A HREF="mailto:geoff@solutionsweb.co.uk">solutions.web</A></FONT></TD></TR></TABLE>
  77. </BODY>
  78. </HTML>