home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / tydhtml / dyn.exe / CHAP08 / dyn8_2.txt < prev    next >
Encoding:
Text File  |  1997-10-02  |  2.8 KB  |  87 lines

  1. <HTML>
  2. <BODY BGCOLOR=#FFFFFF>
  3. <HEAD>
  4. <FONT FACE="verdana,arial,helvetica" SIZE=3>
  5. <TITLE>Today"s High Tempuratures</TITLE>
  6. </HEAD>
  7. <BODY>
  8. <STYLE>
  9. .redPlain    {color:rgb(255,0,0);
  10.               font-size:10pt;
  11.               font-style:normal;}
  12. .redSmall    {color:rgb(255,0,0);
  13.               font-size:2pt;
  14.               font-style:normal;}
  15. .blackPlain  {color:rgb(0,0,0);
  16.               font-style:normal;
  17.               font-size:16pt;}
  18. </STYLE>
  19. <H3>The Verentian Valley News</H3>
  20. <HR>
  21. <TABLE>
  22. <TR>
  23. <TD WIDTH=200>
  24. <P ID=T1 CLASS="redPlain" onmouseover="redP();">Argunk      71
  25. <P ID=T2 CLASS="redPlain" onmouseover="redP();">Henders     63
  26. <P ID=T3 CLASS="redPlain" onmouseover="redP();">Krikett     69
  27. <P ID=T4 CLASS="redPlain" onmouseover="redP();">Lowville    68
  28. <P ID=T5 CLASS="redPlain" onmouseover="redP();">Viennes     75
  29. <P ID=T6 CLASS="redPlain" onmouseover="redP();">Yinsburgh   75
  30. </TD>
  31. <TD>
  32. <P ID=PG1 CLASS="redSmall">
  33. The mayor here, Cora James, announces a new plan for curtailing 
  34. the current trend of juvenile delinquency: an evening curfew at 9PM.
  35. <P ID=PG2 CLASS="redSmall">
  36.  community residents continue to keep a lid on the details of the theme 
  37. for this year's Solstice Day Festival yet smile smugly when asked about it.
  38. <P ID=PG3 CLASS="redSmall">
  39. This year farmers suggest a winter wheat crop may be a good idea.  It has 
  40. been 6 years since the last attempt.
  41. <P ID=PG4 CLASS="redSmall">
  42. Once again, the boy wonder, Jimmy Westen, has made statewide news for his 
  43. latest invention.
  44. <P ID=PG5 CLASS="redSmall">
  45. Our regional professional baseball squad wins its fifth straight and takes 
  46. solid hold of second place.
  47. <P ID=PG6 CLASS="redSmall">
  48. Actress Jennifer Urgent returns home to find community support before 
  49. considering her next effort.
  50. </TD>
  51. </TR>
  52. </TABLE>
  53. <SCRIPT LANGUAGE=JavaScript>
  54. var source
  55. function redP() {
  56.    source = window.event.srcElement;
  57.    T1.className="redPlain";
  58.    T2.className="redPlain";
  59.    T3.className="redPlain";
  60.    T4.className="redPlain";
  61.    T5.className="redPlain";
  62.    T6.className="redPlain";
  63.    PG1.className="redSmall";
  64.    PG2.className="redSmall";
  65.    PG3.className="redSmall";
  66.    PG4.className="redSmall";
  67.    PG5.className="redSmall";
  68.    PG6.className="redSmall";
  69.    source.className="blackPlain";
  70.    if (T1.className=="blackPlain")
  71.        PG1.className="blackPlain";
  72.    if (T2.className=="blackPlain")
  73.        PG2.className="blackPlain";
  74.    if (T3.className=="blackPlain")
  75.        PG3.className="blackPlain";
  76.    if (T4.className=="blackPlain")
  77.        PG4.className="blackPlain";
  78.    if (T5.className=="blackPlain")
  79.        PG5.className="blackPlain";
  80.    if (T6.className=="blackPlain")
  81.        PG6.className="blackPlain";
  82. }
  83. </SCRIPT>
  84. </FONT>
  85. </BODY>
  86. </HTML>
  87.