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 / Xtra < prev   
Encoding:
Text File  |  1999-09-09  |  4.2 KB  |  75 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>Distribution Notes</H2><BR><P>
  52.  
  53. <B><I>This is only a Beta Release version.  Please report any bugs/suggestoons/comments to <A HREF="mailto:geoff@solutionsweb.co.uk">Geoff Youngs</A> from solutions.web</I></B><BR><P>
  54. <H3>Licence</H3>
  55. This release is <I>freeware</I> - i.e. You are free to use it etc, but I hold the ©right and would prefer it if you were not to distribute it on any CD/Cover Disc etc, without my prior consent.<BR CLEAR="all"><P>
  56. <H3>Bits I like most</H3>
  57. <I>(Both these are in the 'Display' section)</I>
  58. <H4>'TV' Screen</H4>
  59. This is really a mod. of the rollover images code from !HTML³.  It allows the images rolled all to replace one image.  As supplied in this distribution, the 'tv' directory (+contents) from Xtras should be present in the same directory as the HTML file.  Additional screens should be 100×<! times sign>75 pixels.
  60. <H4>Rainbow Text</H4>
  61. The rainbow text function is similar to one already offered (again by !HTML³), it sacrifices configuration for neatness and compactness. (It does in JavaScript what !HTML³ does in HTML.)
  62. <H3>Please Note</H3>
  63. <UL>
  64. <LI>Some JavaScript functions do not work ... this is deliberate - I will guage the number of users by the number of bug reports.
  65. <LI>I will also judge the knowledge of the users by the form of the bug reports (i.e. how much info, machine spec, suggested corrections)
  66. <LI>I will judge the gratitude of the users by the number of expletives used per e-mail (more expletives, the more gratitutde they exude)
  67. <LI> Sometime I intend to write some proper documentation, but just now I haven't got the time.
  68. </UL>
  69. <!-- End of Main Text -->
  70. </TD></TR></TABLE>
  71.  
  72. <!-- Footer -->
  73. <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>
  74. </BODY>
  75. </HTML>